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

In This Topic
    Add Method (OMathStructCollection)
    In This Topic
    Adds a new OMathStruct into the collection at the InsertLocation.End location.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal type As OMathStructType _
    ) As OMathStruct
    public OMathStruct Add( 
       OMathStructType type
    )

    Parameters

    type
    The Office Math structure type.

    Return Value

    The added OMathStruct instance.
    See Also