Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathMatrixColumnCollection Class / IndexOf Method
The OMathMatrixColumn to locate in the collection.

In This Topic
    IndexOf Method (OMathMatrixColumnCollection)
    In This Topic
    Searches for the specified OMathMatrixColumn and returns the zero-based index of the first occurrence within the entire collection.
    Syntax
    '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.
    See Also