ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLCellRangeCollection Class / ActiveIndex Property

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