[]
Represents an upper-limit Office Math structure, which consists of a base element on the baseline and reduced-size limit element immediately above it.
public class OMathLimitUpper : OMathStruct, IBrowsable<OMathStruct>
Gets the base OMathElement of the structure.
public OMathElement Base { get; }
Gets the upper limit OMathElement of the structure.
public OMathElement Limit { get; }
Gets the OMathStructType of the structure.
public override OMathStructType StructType { get; }