Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IGeneralFormatSupport Interface / IsDateFormat Property


In This Topic
    IsDateFormat Property (IGeneralFormatSupport)
    In This Topic
    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;}
    See Also