Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ColumnHeader Class / RowCount Property


In This Topic
    RowCount Property (ColumnHeader)
    In This Topic
    Gets or sets the number of rows in the column header.
    Syntax
    'Declaration
     
    
    Public Property RowCount As Integer
    'Usage
     
    
    Dim instance As ColumnHeader
    Dim value As Integer
     
    instance.RowCount = value
     
    value = instance.RowCount
    public int RowCount {get; set;}
    Exceptions
    ExceptionDescription
    Specified row count is less than 0 or greater than 256.
    See Also