Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / DateTimeCellType Class / IsDateFormat Property


In This Topic
    IsDateFormat Property (DateTimeCellType)
    In This Topic
    Gets or sets whether the format string being used is a date-time format string.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Property IsDateFormat As Boolean
    'Usage
     
    
    Dim instance As DateTimeCellType
    Dim value As Boolean
     
    instance.IsDateFormat = value
     
    value = instance.IsDateFormat
    public override bool IsDateFormat {get; set;}
    See Also