Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / LayoutTemplate Class / LayoutSpanModel Property


In This Topic
    LayoutSpanModel Property
    In This Topic
    Gets or sets the spanned cells for the layout template.
    Syntax
    'Declaration
     
    Public Property LayoutSpanModel As ISheetSpanModel
    'Usage
     
    Dim instance As LayoutTemplate
    Dim value As ISheetSpanModel
     
    instance.LayoutSpanModel = value
     
    value = instance.LayoutSpanModel
    public ISheetSpanModel LayoutSpanModel {get; set;}

    Property Value

    ISheetSpanModel containing the span model
    See Also