Spread for ASP.NET 12 Product Documentation
RowAxisModel Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : RowAxisModel Property
Gets or sets the row information for the sheet.
Syntax
'Declaration
 
Public Property RowAxisModel As ISheetAxisModel
'Usage
 
Dim instance As SheetView
Dim value As ISheetAxisModel
 
instance.RowAxisModel = value
 
value = instance.RowAxisModel
public ISheetAxisModel RowAxisModel {get; set;}
See Also

Reference

SheetView Class
SheetView Members