InlineShape.Field 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 Field object that represents the field associated with the specified shape.
public:
property Microsoft::Office::Interop::Word::Field ^ Field { Microsoft::Office::Interop::Word::Field ^ get(); };
public Microsoft.Office.Interop.Word.Field Field { get; }
member this.Field : Microsoft.Office.Interop.Word.Field
Public ReadOnly Property Field As Field
Property Value
Remarks
Use the Fields property to return the Fields collection.