'Declaration Public Enum SignState Inherits System.Enum
'Usage Dim instance As SignState
public enum SignState : System.Enum
'Declaration Public Enum SignState Inherits System.Enum
'Usage Dim instance As SignState
public enum SignState : System.Enum
Member | Description |
---|---|
Negative | Represent the value is negative. e.g. value = -0. |
None | Represent there is none sign. e.g. value == null. |
Positive | Represent the value is positive. e.g. value = +0. |
System.Object
System.ValueType
System.Enum
GrapeCity.Wpf.SpreadSheet.CellType.Editors.SignState