Determines the index of the CalculateValue object specified by 'valuesetItem'. This method is the wrapper of the 'IndexOf' method of the IList interface. Its benefit is to use object of type 'CalculateValue' instead of objects of type 'Object'.
[Visual Basic] Public Function IndexOf( _ ByVal valuesetItem As CalculateValue _ ) As Integer [C#] public int IndexOf( CalculateValue valuesetItem ); [C++] public: int IndexOf( CalculateValue* valuesetItem ); [JScript] public function IndexOf( CalculateValue valuesetItem ): int;
The index of the valuesetItem.
CalculateValueList Class | XRules Namespace