Indexes.Format Property

Returns or sets the formatting for the indexes 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 WdIndexFormat
    Get
    Set
'Usage
Dim instance As Indexes
Dim value As WdIndexFormat

value = instance.Format

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

Property Value

Type: Microsoft.Office.Interop.Word.WdIndexFormat

Remarks

The Format property can be one of the WdIndexFormat constants.

See Also

Reference

Indexes Interface

Indexes Members

Microsoft.Office.Interop.Word Namespace