[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathFunction

OMathFunction Class

Represents a function Office Math structure, which consists of a function name element and an argument element acted upon.

Inheritance
OMathFunction
Implements
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class OMathFunction : OMathStruct, IBrowsable<OMathStruct>
Public Class OMathFunction
    Inherits OMathStruct
    Implements IBrowsable(Of OMathStruct)

Properties

Name Description
Argument

Gets the OMathElement that represents math argument list of the function.

Name

Gets the name OMathElement of the function.

StructType

Gets the OMathStructType of the structure.