Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellInfoRange Class / RowHeader Property


In This Topic
RowHeader Property (CellInfoRange)
In This Topic
Gets or sets the row header for the the cell information.
Syntax
'Declaration
 
Public Property RowHeader As CellInfoRange
 
'Usage
 
Dim instance As CellInfoRange
Dim value As CellInfoRange
 
instance.RowHeader = value
 
value = instance.RowHeader
See Also