Spread WPF 18
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
    int SectionCount {get;}

    Property Value

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