[]
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>
Gets the OMathElement that represents math argument list of the function.
public OMathElement Argument { get; }
Gets the name OMathElement of the function.
public OMathElement Name { get; }
Gets the OMathStructType of the structure.
public override OMathStructType StructType { get; }