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


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

    Property Value

    Integer number of columns
    Example
    See Also