Range.Fields Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a read-only Fields collection that represents all the fields in the range.
public:
property Microsoft::Office::Interop::Word::Fields ^ Fields { Microsoft::Office::Interop::Word::Fields ^ get(); };
public Microsoft.Office.Interop.Word.Fields Fields { get; }
member this.Fields : Microsoft.Office.Interop.Word.Fields
Public ReadOnly Property Fields As Fields