Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SelectionChangingEventArgs Class / CurrentColumn Property


In This Topic
    CurrentColumn Property
    In This Topic
    Gets the column index of the cell that contains the mouse pointer.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CurrentColumn As Integer
    'Usage
     
    
    Dim instance As SelectionChangingEventArgs
    Dim value As Integer
     
    value = instance.CurrentColumn
    public int CurrentColumn {get;}
    See Also