Indexes.Format Property

Definition

Returns or sets the formatting for the indexes in the specified document.

public:
 property Microsoft::Office::Interop::Word::WdIndexFormat Format { Microsoft::Office::Interop::Word::WdIndexFormat get(); void set(Microsoft::Office::Interop::Word::WdIndexFormat value); };
public Microsoft.Office.Interop.Word.WdIndexFormat Format { get; set; }
member this.Format : Microsoft.Office.Interop.Word.WdIndexFormat with get, set
Public Property Format As WdIndexFormat

Property Value

Remarks

The Format property can be one of the WdIndexFormat constants.

Applies to