Range.Footnotes Property
Word Developer Reference |
Returns a Footnotes collection that represents all the footnotes in a range. Read-only.
Syntax
expression.Footnotes
expression A variable that represents a Range object.
Remarks
For information about returning a single member of a collection, see Returning an Object from a Collection.
See Also