Spread for ASP.NET 12 Product Documentation
RowHeaderColumnAxisModel Property


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

Reference

SheetView Class
SheetView Members