Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFormatter Interface / SectionCount Property


In This Topic
SectionCount Property
In This Topic
Gets the total number of sections in the number format.
Syntax
'Declaration
 
ReadOnly Property SectionCount As Integer
 
'Usage
 
Dim instance As IFormatter
Dim value As Integer
 
value = instance.SectionCount

Property Value

An integer value represents the total number of sections.
See Also