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


In This Topic
    ColumnCount Property (BaseSheetDataModel)
    In This Topic
    Gets or sets the number of columns.
    Syntax
    'Declaration
     
    
    Public Overridable Property ColumnCount As Integer
    'Usage
     
    
    Dim instance As BaseSheetDataModel
    Dim value As Integer
     
    instance.ColumnCount = value
     
    value = instance.ColumnCount
    public virtual int ColumnCount {get; set;}

    Property Value

    Integer number of columns
    Example
    This example returns the number of non empty columns and rows.
    See Also