Returns the specified page's index in the collection.
Namespace:
PerpetuumSoft.Reporting.DOMAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public int IndexOf( Page value ) |
| Visual Basic (Declaration) |
|---|
Public Function IndexOf ( _ value As Page _ ) As Integer |
| Visual C++ |
|---|
public: int IndexOf( Page^ value ) |
Parameters
- value
- Type: PerpetuumSoft.Reporting.DOM..::.Page