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

In This Topic
    Value Property (FieldCode)
    In This Topic
    Gets or sets the text content value.
    Syntax
    'Declaration
     
    Public Overrides Property Value As System.String
    public override System.string Value {get; set;}
    See Also