FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RowHeader Class / ColumnCount Property


ColumnCount Property (RowHeader)
Gets or sets the number of columns in the row header.
Syntax
'Declaration
 
Public Property ColumnCount As Integer
 
'Usage
 
Dim instance As RowHeader
Dim value As Integer
 
instance.ColumnCount = value
 
value = instance.ColumnCount
Exceptions
ExceptionDescription
Specified column count is less than 0 or greater than 256.
See Also