Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IColumnHeader Interface / RowCount Property


In This Topic
    RowCount Property (IColumnHeader)
    In This Topic
    Gets or sets the row count of the column header.
    Syntax
    'Declaration
     
    
    Property RowCount As Integer
    'Usage
     
    
    Dim instance As IColumnHeader
    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 header.
    See Also