[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.SignState

SignState Enum

Represents the sign type.

Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public enum SignState
Public Enum SignState

Fields

Name 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.