Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IColumnFooter Interface / RowCount Property


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

    Property Value

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