[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IFormatter.ContainsNumberFormat

ContainsNumberFormat Method

ContainsNumberFormat(int)

Gets a value indicating whether this IFormatter contains number format in the section formatter.

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

Index of section that need to check whether it contains number format. -1 to check all sections

Returns
Type Description
bool

true if this IFormatter contains number format in the section formatter; otherwise, false.