Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / MapperInfo Class / ColumnCount Property


In This Topic
    ColumnCount Property (MapperInfo)
    In This Topic
    Gets 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

    Integer number of columns
    See Also