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)

No code example is currently available or this language may not be supported.

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.

Show: