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

In This Topic
    HideSubscript Property
    In This Topic
    Gets or sets whether the Subscript element does not appear.

    Default value is false.

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

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