Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathMatrixColumnCollection Class / RemoveAt Method
The zero-based index of the column to remove.

In This Topic
    RemoveAt Method (OMathMatrixColumnCollection)
    In This Topic
    Removes the OMathMatrixColumn at the specified index in the collection.
    Syntax
    'Declaration
     
    Public Sub RemoveAt( _
       ByVal index As System.Integer _
    ) 
    public void RemoveAt( 
       System.int index
    )

    Parameters

    index
    The zero-based index of the column to remove.
    See Also