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