[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.ValueSign

ValueSign Property

ValueSign

Gets or sets the value sign of the control.

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

A ValueSignControl value indicates the value sign.

Remarks

This property determines the value range of GcNumber. When it's Positive, it only allow positive value in GcNumber; When it's Negative, it only allow negative value in GcNumber; When it's NoControl, it doesn't control the value.

Exceptions
Type Condition
ArgumentException

The assigned value is not type of GrapeCity.Windows.InputMan.ValueSignControl.