ActiveReports Developer 7
Index Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Expressions Namespace > ExpressionInfoCollectionEventArgs Class : Index Property

Glossary Item Box

Returns the Integer for the ExpressionInfo object that was added or removed.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Index As System.Integer
C# 
public System.int Index {get;}

Property Value

An Integer indicating the index of the ExpressionInfo object that was added or removed.

See Also