Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CircularCellChangedEventArgs Class / Column2 Property


In This Topic
    Column2 Property (CircularCellChangedEventArgs)
    In This Topic
    Gets the last column of the cell range.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Column2 As Integer
    'Usage
     
    
    Dim instance As CircularCellChangedEventArgs
    Dim value As Integer
     
    value = instance.Column2
    public int Column2 {get;}
    See Also