Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / CellReference Structure / Column Property


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

    Property Value

    An integer represents the index of the column.
    See Also