[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathStructCollection.Add

Add Method

Add(OMathStructType)

Adds a new OMathStruct into the collection at the End location.

Declaration
public OMathStruct Add(OMathStructType type)
Public Function Add(type As OMathStructType) As OMathStruct
Parameters
Type Name Description
OMathStructType type

The Office Math structure type.

Returns
Type Description
OMathStruct

The added OMathStruct instance.