CommentHAlignType Enumeration
 | 
Comment horizontally align.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public enum CommentHAlignType
 
Public Enumeration CommentHAlignType
 
public enum class CommentHAlignType
 
 
 
 
Members
 
| 
 | 
Member name
 | 
Value
 | 
Description
 | 
| 
 | 
Left
 | 
1
 | 
Represents the Left comment align.
 | 
| 
 | 
Center
 | 
2
 | 
Represents the Center comment align.
 | 
| 
 | 
Right
 | 
3
 | 
Represents the Right comment align.
 | 
| 
 | 
Justified
 | 
4
 | 
Represents the Justified comment align.
 | 
| 
 | 
Justify
 | 
4
 | 
Represents the Justified comment align.
 | 
| 
 | 
Distributed
 | 
7
 | 
Represents the Destributed comment align.
 | 
 
 
See Also