Spread for ASP.NET 12 Product Documentation
LayoutRowAxisModel Property


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

Reference

LayoutTemplate Class
LayoutTemplate Members