Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IColumnFooter Interface / ColumnCount Property


In This Topic
    ColumnCount Property (IColumnFooter)
    In This Topic
    Gets the column count of the column footer.
    Syntax
    'Declaration
     
    
    ReadOnly Property ColumnCount As Integer
    'Usage
     
    
    Dim instance As IColumnFooter
    Dim value As Integer
     
    value = instance.ColumnCount
    int ColumnCount {get;}

    Property Value

    An integer value represents the column count of the column footer.
    See Also