Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / IDateCellType Interface / IsDateFormat Property


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