Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathCollection Class / Add Method / Add() Method

In This Topic
    Add() Method
    In This Topic
    Adds a new OMath object to this collection at the InsertLocation.End location.
    Syntax
    'Declaration
     
    Public Overloads Function Add() As OMath
    public OMath Add()

    Return Value

    The added OMath object.
    See Also