OMathMatCols.Add(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.