ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / CellRangeEventArgs Class / Column Property

In This Topic
    Column Property (CellRangeEventArgs)
    In This Topic
    Index of the column affected by the event.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Column As Integer
    public int Column {get;}
    See Also