FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView.DocumentModels Class / RowHeaderStyle Property


RowHeaderStyle Property
Gets or sets the row header style model.
Syntax
'Declaration
 
Public Property RowHeaderStyle As ISheetStyleModel
 
'Usage
 
Dim instance As SheetView.DocumentModels
Dim value As ISheetStyleModel
 
instance.RowHeaderStyle = value
 
value = instance.RowHeaderStyle
Exceptions
ExceptionDescription
Model is not specified (or specified value is null)
See Also