Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data 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
     
    <DefaultValueAttribute(1)>
    Public Property RowCount As Integer
    'Usage
     
    Dim instance As ColumnHeader
    Dim value As Integer
     
    instance.RowCount = value
     
    value = instance.RowCount
    [DefaultValue(1)]
    public int RowCount {get; set;}

    Property Value

    The number of rows in the column header. The default value is 1.
    Exceptions
    ExceptionDescription
    The specified row count is less than 0 or greater than 256.
    See Also