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


In This Topic
    ColumnHeaderTemplate Property
    In This Topic
    Gets or sets the column header template.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ColumnHeaderTemplate As LayoutTemplate
    'Usage
     
    
    Dim instance As WorksheetTemplate
    Dim value As LayoutTemplate
     
    value = instance.ColumnHeaderTemplate
    public LayoutTemplate ColumnHeaderTemplate {get;}

    Property Value

    The column header template.
    Example
    This example creates a template.
    See Also