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


In This Topic
RowHeaderColumnCount Property (Parser)
In This Topic
Gets or sets the row header column count.
Syntax
'Declaration
 
Public Property RowHeaderColumnCount As Integer
 
'Usage
 
Dim instance As Parser
Dim value As Integer
 
instance.RowHeaderColumnCount = value
 
value = instance.RowHeaderColumnCount

Property Value

The row header column count.
See Also