[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.SignState

SignState Enum

Represent the sign type.

Namespace: GrapeCity.Win.Spread.InputMan.CellType
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
public enum SignState
Public Enum SignState

Fields

Name Description
Negative

Represent the value is negative. eg, value = -0.

None

Represent there is none sign. eg, value == null.

Positive

Represent the value is positive. eg, value = +0.