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


In This Topic
    ColumnCount Property (WorksheetTemplate)
    In This Topic
    Gets or sets the number of columns for the layout template.
    Syntax
    'Declaration
     
    
    Public Property ColumnCount As Integer
    'Usage
     
    
    Dim instance As WorksheetTemplate
    Dim value As Integer
     
    instance.ColumnCount = value
     
    value = instance.ColumnCount
    public int ColumnCount {get; set;}
    Example
    This example creates a template.
    See Also