TablesOfFigures Interface
A collection of TableOfFigures objects that represent the tables of figures in a document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
<GuidAttribute("00020922-0000-0000-C000-000000000046")> _
Public Interface TablesOfFigures _
Inherits IEnumerable
'Usage
Dim instance As TablesOfFigures
[GuidAttribute("00020922-0000-0000-C000-000000000046")]
public interface TablesOfFigures : IEnumerable
Remarks
Use the TablesOfFigures property to return the TablesOfFigures collection.
Use the Add method to add a table of figures to a document. A table of figures lists figure captions in the order in which they appear in the document.
Use TablesOfFigures(index), where index is the index number, to return a single TableOfFigures object. The index number represents the position of the table of figures in the document.