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


In This Topic
    LayoutCells Property (WorksheetTemplate)
    In This Topic
    Gets the worksheet layout cells in the data area of the worksheet layout template.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LayoutCells As WorksheetLayoutCells
    'Usage
     
    
    Dim instance As WorksheetTemplate
    Dim value As WorksheetLayoutCells
     
    value = instance.LayoutCells
    public WorksheetLayoutCells LayoutCells {get;}
    Example
    This example creates a template.
    See Also