Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathGroupCharacter Class / Character Property

In This Topic
    Character Property (OMathGroupCharacter)
    In This Topic
    Gets or sets the group character to be attached to the base of the structure.

    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 character is absent.

    Default value is Unicode character U+23DF (BOTTOM CURLY BRACKET).

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