Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralCellType Class / IsDateFormat Property


In This Topic
    IsDateFormat Property (GeneralCellType)
    In This Topic
    Gets or sets whether the format string should be interpreted as a date-time format (true) or a number format (false).
    Syntax
    'Declaration
     
    
    Public Property IsDateFormat As Boolean
    'Usage
     
    
    Dim instance As GeneralCellType
    Dim value As Boolean
     
    instance.IsDateFormat = value
     
    value = instance.IsDateFormat
    public bool IsDateFormat {get; set;}
    See Also