Document.TablesOfFigures Property

Definition

Gets a TablesOfFigures collection that represents the tables of figures in the document.

public:
 property Microsoft::Office::Interop::Word::TablesOfFigures ^ TablesOfFigures { Microsoft::Office::Interop::Word::TablesOfFigures ^ get(); };
public Microsoft.Office.Interop.Word.TablesOfFigures TablesOfFigures { get; }
member this.TablesOfFigures : Microsoft.Office.Interop.Word.TablesOfFigures
Public ReadOnly Property TablesOfFigures As TablesOfFigures

Property Value

A TablesOfFigures collection that represents the tables of figures in the document.

Applies to