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


In This Topic
    LayoutRowAxisModel Property
    In This Topic
    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;}

    Property Value

    ISheetAxisModel containing the axis model
    See Also