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


In This Topic
    LayoutColumnAxisModel Property (LayoutTemplate)
    In This Topic
    Gets or sets the column information for the layout template.
    Syntax
    'Declaration
     
    
    Public Overridable Property LayoutColumnAxisModel As ISheetAxisModel
    'Usage
     
    
    Dim instance As LayoutTemplate
    Dim value As ISheetAxisModel
     
    instance.LayoutColumnAxisModel = value
     
    value = instance.LayoutColumnAxisModel
    public virtual ISheetAxisModel LayoutColumnAxisModel {get; set;}

    Property Value

    ISheetAxisModel containing the axis model
    See Also