'Declaration Public Function IndexOf( _ ByVal item As OMathMatrixColumn _ ) As System.Integer
public System.int IndexOf( OMathMatrixColumn item )
Parameters
- item
- The OMathMatrixColumn to locate in the collection.
Return Value
The zero-based index of the first occurrence of column within the entire collection, if found; otherwise, -1.