Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathOptions Class / IntegralLimitLocation Property

In This Topic
    IntegralLimitLocation Property
    In This Topic
    Gets or sets the default placement of integral limits in the OMathNary structure.

    The default value is OMathLimitLocation.SubscriptSuperscript.

    Syntax
    'Declaration
     
    Public Property IntegralLimitLocation As OMathLimitLocation
    public OMathLimitLocation IntegralLimitLocation {get; set;}
    See Also