Implements IndexOf(Object).
Namespace:
PerpetuumSoft.Reporting.Data.OlapAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public int IndexOf( Field value ) |
| Visual Basic (Declaration) |
|---|
Public Function IndexOf ( _ value As Field _ ) As Integer |
| Visual C++ |
|---|
public: int IndexOf( Field^ value ) |
Parameters
- value
- Type: PerpetuumSoft.Reporting.Data.Olap..::.Field