Gets or sets form field text range;
Namespace: Spire.Doc.FieldsAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public TextRange TextRange { get; set; }
Public Property TextRange As TextRange Get Set
public: property TextRange^ TextRange { TextRange^ get (); void set (TextRange^ value); }
member TextRange : TextRange with get, set