Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Symbol Class / Value Property

In This Topic
    Value Property (Symbol)
    In This Topic
    Gets the text representation of the symbol.
    Syntax
    'Declaration
     
    Public Overrides Property Value As System.String
    public override System.string Value {get; set;}
    Exceptions
    ExceptionDescription
    Throws when set is called.
    Remarks
    Set is not supported.
    See Also