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

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