ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid Class / EditorRange Property

In This Topic
    EditorRange Property
    In This Topic
    Gets the CellRange that corresponds to the cell currently being edited.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property EditorRange As CellRange
    public CellRange EditorRange {get;}
    See Also