Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFormatter Interface / ContainsGroupSeparator Method
Index of section that need to check whether it contains group separator. -1 to check all sections


In This Topic
    ContainsGroupSeparator Method
    In This Topic
    Gets a value indicating whether this IFormatter contains group separator in the section formatter.
    Syntax
    'Declaration
     
    
    Function ContainsGroupSeparator( _
       Optional ByVal section As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As IFormatter
    Dim section As Integer
    Dim value As Boolean
     
    value = instance.ContainsGroupSeparator(section)
    bool ContainsGroupSeparator( 
       int section
    )

    Parameters

    section
    Index of section that need to check whether it contains group separator. -1 to check all sections
    See Also