Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an equation column and adds it to a matrix and returns an OMathMatCol object.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Function Add ( _
ByRef BeforeCol As Object _
) As OMathMatCol
'Usage
Dim instance As OMathMatCols
Dim BeforeCol As Object
Dim returnValue As OMathMatCol
returnValue = instance.Add(BeforeCol)
OMathMatCol Add(
ref Object BeforeCol
)
Parameters
- BeforeCol
Type: System.Object%
Optional Object An existing column in the matrix before which to place the new column.
Return Value
Type: Microsoft.Office.Interop.Word.OMathMatCol
OMathMatCol