Spread for ASP.NET 12 Product Documentation
LayoutColumnAxisModel Property


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

Reference

WorksheetTemplate Class
WorksheetTemplate Members