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


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