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


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