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


In This Topic
    Column Property (MapperInfo)
    In This Topic
    Gets the column.
    Syntax
    'Declaration
     
    Public ReadOnly Property Column As Integer
    'Usage
     
    Dim instance As MapperInfo
    Dim value As Integer
     
    value = instance.Column
    public int Column {get;}

    Property Value

    Integer column index
    See Also