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


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

    Property Value

    True if the GeneralFormatter class's SetFormatString method was called with the isDateFormat parameter set to true; false otherwise
    true if date-time; false otherwise
    Example
    See Also