Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / ISheetDataModel Interface / ColumnCount Property
Example


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

    Property Value

    Integer number of columns
    Example
    This example sets the data model to have two columns.
    See Also