FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ColumnHeader Class / RowCount Property


RowCount Property (ColumnHeader)
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
Exceptions
ExceptionDescription
Specified row count is less than 0 or greater than 256.
See Also