Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathNary Class / HideSuperscript Property

In This Topic
    HideSuperscript Property
    In This Topic
    Gets or sets whether the Superscript element does not appear.

    Default value is false.

    Is this property is true and the Superscript element is not empty Microsoft Word displays the contents of the superscript in an unexpected place.

    Syntax
    'Declaration
     
    Public Property HideSuperscript As System.Boolean
    public System.bool HideSuperscript {get; set;}
    See Also