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