'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;}
'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;}
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | Specified row count is less than 0 or greater than 256. |
Use this property to specify the number of rows used for the column header. Use the Columns.Count property to specify the number of non-header rows.
The minimum value you can set is 1. The maximum value you can set is 255.
When you set this to a value greater than 1, additional rows are added to the column header.
This property does not have an effect unless the ColumnHeader.Visible is set to true and the column header rows are not hidden.
Set the RowHeader.ColumnCount property to specify the number of columns to display as the row header.
ColumnHeader Class
ColumnHeader Members
Visible Property
Columns.Count Property
RowHeader.ColumnCount Property