Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMath Class / AddOMathStruct Method
The Office Math structure type.

In This Topic
    AddOMathStruct Method (OMath)
    In This Topic
    Adds a new OMathStruct to the end of the Office Math zone.
    Syntax
    'Declaration
     
    Public Function AddOMathStruct( _
       ByVal type As OMathStructType _
    ) As OMathStruct
    public OMathStruct AddOMathStruct( 
       OMathStructType type
    )

    Parameters

    type
    The Office Math structure type.

    Return Value

    The added OMathStruct instance.
    See Also