Index.SortBy Property

Definition

Returns or sets the sorting criteria for the specified index.

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

Property Value

Remarks

The SortBy property can be one of the WdIndexSortBy constants.

Applies to