Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLCellRangeCollection Class / ActiveIndex Property

In This Topic
    ActiveIndex Property (XLCellRangeCollection)
    In This Topic
    Gets or sets the active index in the collection.
    Syntax
    'Declaration
     
    
    Public Property ActiveIndex As Integer
    public int ActiveIndex {get; set;}
    See Also