Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathDelimiter Class / EndCharacter Property

In This Topic
    EndCharacter Property
    In This Topic
    Gets or sets the ending, or closing, delimiter character.

    The value cannot be a null reference (Nothing in Visual Basic) and its length cannot be more than one character.

    Empty string value means the delimiter structure ending character is absent.

    Default value is Unicode character U+0029 (RIGHT PARENTHESIS).

    Syntax
    'Declaration
     
    Public Property EndCharacter As System.String
    public System.string EndCharacter {get; set;}
    See Also