CalcEngine for .NET
C1.CalcEngine.VBAEngine Namespace / VBAEngine Class / CurrentIndex Property

In This Topic
    CurrentIndex Property (VBAEngine)
    In This Topic
    Gets or sets the index of the entry from data source.
    Syntax
    'Declaration
     
    
    Public Overrides Property CurrentIndex As Integer
    public override int CurrentIndex {get; set;}
    Remarks
    This property is used to evaluate the expression for a specific entry when the DataSource is a collection or set.
    See Also