Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFormatter Interface / IsDateGeneral Method


In This Topic
    IsDateGeneral Method
    In This Topic
    Determines whether the current formatter is general formatter for date values.
    Syntax
    'Declaration
     
    
    Function IsDateGeneral() As Boolean
    'Usage
     
    
    Dim instance As IFormatter
    Dim value As Boolean
     
    value = instance.IsDateGeneral()
    bool IsDateGeneral()

    Return Value

    true if the current formatter is general formatter for date values; otherwise, false.
    Remarks
    Safely for SpreadWin to use
    See Also