Spread Windows Forms 10.0 Product Documentation
ValueSign Property (GcTimeSpanCellType)


Gets or sets the value sign.
Syntax
'Declaration
 
Public Property ValueSign As ValueSignControl
'Usage
 
Dim instance As GcTimeSpanCellType
Dim value As ValueSignControl
 
instance.ValueSign = value
 
value = instance.ValueSign
public ValueSignControl ValueSign {get; set;}

Property Value

A ValueSignControl value that indicates the value sign.
The defalut is ValueSignControl.NoControl.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionvalue is not defined in the ValueSignControl.
Remarks
The ValueSign property determines what value can be accepted. If the value is ValueSignControl.Positive, only values that are not smaller than System.TimeSpan.Zero are allowed. If the value is ValueSignControl.Negative, only values that are not bigger than System.TimeSpan.Zero are allowed. The ValueSignControl.NoControl setting means all values are allowed.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

GcTimeSpanCellType Class
GcTimeSpanCellType Members

 

 


Copyright © GrapeCity, inc. All rights reserved.