Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / RangeReference Structure / Column2 Property


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

    Property Value

    An integer represents the index of the right column.
    See Also