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


In This Topic
    RowTemplate Property (WorksheetTemplate)
    In This Topic
    Gets the row template of the sheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RowTemplate As LayoutTemplate
    'Usage
     
    
    Dim instance As WorksheetTemplate
    Dim value As LayoutTemplate
     
    value = instance.RowTemplate
    public LayoutTemplate RowTemplate {get;}

    Property Value

    The row template.
    Example
    This example creates a template.
    See Also