[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcTimeSpanCellType.ValueSign

ValueSign Property

ValueSign

Gets or sets the value sign.

Declaration
public ValueSignControl ValueSign { get; set; }
Public Property ValueSign As ValueSignControl
Property Value
Type Description
ValueSignControl

A ValueSignControl value that indicates the value sign.
The defalut is NoControl.

Remarks

The ValueSign property determines what value can be accepted. If the value is Positive, only values that are not smaller than Zero are allowed. If the value is Negative, only values that are not bigger than Zero are allowed. The NoControl setting means all values are allowed.

Exceptions
Type Condition
InvalidEnumArgumentException

value is not defined in the ValueSignControl.