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

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