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

In This Topic
    NaryLimitLocation Property
    In This Topic
    Gets or sets the default placement of n-ary limits other than integrals in the OMathNary structure.

    The default value is OMathLimitLocation.UnderOver.

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