TextVerticalValue Enumeration
|
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum TextVerticalValue
Public Enumeration TextVerticalValue
public enum class TextVerticalValue
Members
|
Member name
|
Value
|
Description
|
|
Horizontal
|
0
|
Vertical text type enum(Horizontal)
|
|
Vertical
|
1
|
Vertical text type enum(Vertical)
|
|
RotateAllText90
|
2
|
Rotate All Text 90
|
|
RotateAllText270
|
3
|
Rotate All Text 270
|
|
StackedLeftToRight
|
4
|
Stacked left to right
|
|
StackedRightToLeft
|
5
|
Stacked right to left
|
See Also