CalcEngine for .NET
C1.CalcEngine Namespace / IEngine Interface / CurrentIndex Property

In This Topic
    CurrentIndex Property (IEngine)
    In This Topic
    Gets or sets the index of the entry from data source.
    Syntax
    'Declaration
     
    
    Property CurrentIndex As Integer
    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