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


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

    Return Value

    true if the current formatter is general formatter; otherwise, false.
    See Also