[]
Gets or sets the string to sort entry in the INDEX field result.
The value of this property is invisible in the INDEX field result but allows changing the index entry sorting order.
Note that entries with the same GrapeCity.Documents.Word.Fields.IndexEntry.Text but different SortBy values are not grouped together.
Default value is null.
public string SortBy { get; set; }
Public Property SortBy As String