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