Index.SortBy Property
Returns or sets the sorting criteria for the specified index.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property SortBy As WdIndexSortBy
Get
Set
'Usage
Dim instance As Index
Dim value As WdIndexSortBy
value = instance.SortBy
instance.SortBy = value
WdIndexSortBy SortBy { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.WdIndexSortBy
Remarks
The SortBy property can be one of the WdIndexSortBy constants.