Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / WorksheetTemplate Class / LayoutColumnAxisModel Property
Example


In This Topic
    LayoutColumnAxisModel Property (WorksheetTemplate)
    In This Topic
    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;}
    Example
    This example sets the LayoutColumnAxisModel property.
    See Also