TablesOfFigures.Format Property

Returns or sets the formatting for the tables of figures in the specified document.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property Format As WdTofFormat
    Get
    Set
'Usage
Dim instance As TablesOfFigures
Dim value As WdTofFormat

value = instance.Format

instance.Format = value
WdTofFormat Format { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdTofFormat

Remarks

WdTofFormat can be one of these WdTofFormat constants.

wdTOFCentered

wdTOFDistinctive

wdTOFSimple

wdTOFClassic

wdTOFFormal

wdTOFTemplate

See Also

Reference

TablesOfFigures Interface

TablesOfFigures Members

Microsoft.Office.Interop.Word Namespace