Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CircularCellChangedEventArgs Class / Column Property


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