[]
Represents a function Office Math structure, which consists of a function name element and an argument element acted upon.
public class OMathFunction : OMathStruct, IBrowsable<OMathStruct>
Public Class OMathFunction
Inherits OMathStruct
Implements IBrowsable(Of OMathStruct)
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. |