OMathMatCols.Add(Object) Method

Definition

Creates an equation column and adds it to a matrix and returns an OMathMatCol object.

public Microsoft.Office.Interop.Word.OMathMatCol Add (ref object BeforeCol);
abstract member Add : obj -> Microsoft.Office.Interop.Word.OMathMatCol
Public Function Add (Optional ByRef BeforeCol As Object) As OMathMatCol

Parameters

BeforeCol
Object

Optional Object An existing column in the matrix before which to place the new column.

Returns

OMathMatCol

Applies to