TopFormatType Enumeration
|
Top format type.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum TopFormatType
Public Enumeration TopFormatType
public enum class TopFormatType
Members
|
|
Member name
|
Value
|
Description
|
|
|
Straight
|
0
|
Represents Straight top format.
|
|
|
Sharp
|
1
|
Represents Sharp top format.
|
|
|
Trunc
|
2
|
Represents Trunc top format.
|
See Also