Spread Windows Forms 12.0 Product Documentation
IsDateFormat Property (IGeneralFormatSupport)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > IGeneralFormatSupport Interface : IsDateFormat Property
Gets or sets whether the format is date-time.
Syntax
'Declaration
 
Property IsDateFormat As Boolean
'Usage
 
Dim instance As IGeneralFormatSupport
Dim value As Boolean
 
instance.IsDateFormat = value
 
value = instance.IsDateFormat
bool IsDateFormat {get; set;}

Property Value

Boolean: true if the format is date-time; false otherwise
See Also

Reference

IGeneralFormatSupport Interface
IGeneralFormatSupport Members