[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathMatrixColumnCollection.IndexOf

IndexOf Method

IndexOf(OMathMatrixColumn)

Searches for the specified OMathMatrixColumn and returns the zero-based index of the first occurrence within the entire collection.

Declaration
public int IndexOf(OMathMatrixColumn item)
Public Function IndexOf(item As OMathMatrixColumn) As Integer
Parameters
Type Name Description
OMathMatrixColumn item

The OMathMatrixColumn to locate in the collection.

Returns
Type Description
int

The zero-based index of the first occurrence of column within the entire collection, if found; otherwise, -1.