[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathStructCollection.InsertFunction

InsertFunction Method

InsertFunction(InsertLocation)

Inserts a new OMathFunction into the collection at the specified location.

Declaration
public OMathFunction InsertFunction(InsertLocation location)
Parameters
Type Name Description
InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
OMathFunction

The inserted OMathFunction instance.

InsertFunction(string, string, InsertLocation)

Inserts a new OMathFunction into the collection at the specified location.

Declaration
public OMathFunction InsertFunction(string nameText, string argumentText, InsertLocation location)
Parameters
Type Name Description
string nameText

The structure name element text.

string argumentText

The structure argument element text.

InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
OMathFunction

The inserted OMathFunction instance.