TableOfFigures Interface 

Represents a single table of figures in a document.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class ableOfFiguresImplementation
    Implements TableOfFigures
End Class
Dim ableOfFiguresImplementation1 As New ableOfFiguresImplementation()

Syntax

Public Interface TableOfFigures
public interface TableOfFigures
public interface class TableOfFigures
public interface TableOfFigures
public interface TableOfFigures

Remarks

The TableOfFigures object is a member of the TablesOfFigures collection. The TablesOfFigures collection includes all the tables of figures in a 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.

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

TableOfFigures Members