Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / RowHeaderColumnCount Property


RowHeaderColumnCount Property (SheetView)
Gets or sets the number of columns in the row header on this sheet.
Syntax
'Declaration
 
Public Property RowHeaderColumnCount As Integer
 
'Usage
 
Dim instance As SheetView
Dim value As Integer
 
instance.RowHeaderColumnCount = value
 
value = instance.RowHeaderColumnCount
Exceptions
ExceptionDescription
Specified column count is out of range; must be between 0 and 256
See Also