[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IFormatter.ContainsGroupSeparator

ContainsGroupSeparator Method

ContainsGroupSeparator(int)

Gets a value indicating whether this IFormatter contains group separator in the section formatter.

Declaration
bool ContainsGroupSeparator(int section = -1)
Function ContainsGroupSeparator(Optional section As Integer = -1) As Boolean
Parameters
Type Name Description
int section

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

Returns
Type Description
bool

true if this IFormatter contains group separator in the section formatter; otherwise, false.