Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Data Namespace / MapperInfo Class / ColumnCount Property


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

    Property Value

    Number of columns
    See Also