Table.Sort Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sorts the specified table.
public void Sort (ref object ExcludeHeader, ref object FieldNumber, ref object SortFieldType, ref object SortOrder, ref object FieldNumber2, ref object SortFieldType2, ref object SortOrder2, ref object FieldNumber3, ref object SortFieldType3, ref object SortOrder3, ref object CaseSensitive, ref object BidiSort, ref object IgnoreThe, ref object IgnoreKashida, ref object IgnoreDiacritics, ref object IgnoreHe, ref object LanguageID);
abstract member Sort : obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj -> unit
Public Sub Sort (Optional ByRef ExcludeHeader As Object, Optional ByRef FieldNumber As Object, Optional ByRef SortFieldType As Object, Optional ByRef SortOrder As Object, Optional ByRef FieldNumber2 As Object, Optional ByRef SortFieldType2 As Object, Optional ByRef SortOrder2 As Object, Optional ByRef FieldNumber3 As Object, Optional ByRef SortFieldType3 As Object, Optional ByRef SortOrder3 As Object, Optional ByRef CaseSensitive As Object, Optional ByRef BidiSort As Object, Optional ByRef IgnoreThe As Object, Optional ByRef IgnoreKashida As Object, Optional ByRef IgnoreDiacritics As Object, Optional ByRef IgnoreHe As Object, Optional ByRef LanguageID As Object)
Parameters
- ExcludeHeader
- Object
Optional Object. True to exclude the first row or paragraph header from the sort operation. The default value is False.
- FieldNumber
- Object
Optional Object. The fields to sort by. Microsoft Word sorts by FieldNumber
, then by FieldNumber2
, and then by FieldNumber3
.
- SortFieldType
- Object
Optional Object. The respective sort types for FieldNumber
, FieldNumber2
, and FieldNumber3
. Can be one of the following WdSortFieldType constants.wdSortFieldAlphanumeric wdSortFieldDate wdSortFieldJapanJIS wdSortFieldKoreaKS wdSortFieldNumeric wdSortFieldStroke wdSortFieldSyllable
- SortOrder
- Object
Optional Object. The sorting order to use when sorting FieldNumber
, FieldNumber2
, and FieldNumber3
. Can be one of the following WdSortOrder constants.wdSortOrderAscendingdefault
wdSortOrderDescending
- FieldNumber2
- Object
Optional Object. The fields to sort by. Word sorts by FieldNumber
, then by FieldNumber2
, and then by FieldNumber3
.
- SortFieldType2
- Object
Optional Object. The respective sort types for FieldNumber
, FieldNumber2
, and FieldNumber3
. Can be one of the following WdSortFieldType constants.wdSortFieldAlphanumeric wdSortFieldDate wdSortFieldJapanJIS wdSortFieldKoreaKS wdSortFieldNumeric wdSortFieldStroke wdSortFieldSyllable
- SortOrder2
- Object
Optional Object. The sorting order to use when sorting FieldNumber
, FieldNumber2
, and FieldNumber3
. Can be one of the following WdSortOrder constants.wdSortOrderAscendingdefault
wdSortOrderDescending
- FieldNumber3
- Object
Optional Object. The fields to sort by. Microsoft Word sorts by FieldNumber
, then by FieldNumber2
, and then by FieldNumber3
.
- SortFieldType3
- Object
Optional Object. The respective sort types for FieldNumber
, FieldNumber2
, and FieldNumber3
. Can be one of the following WdSortFieldType constants:wdSortFieldAlphanumeric wdSortFieldDate wdSortFieldJapanJIS wdSortFieldKoreaKS wdSortFieldNumeric wdSortFieldStroke wdSortFieldSyllable
- SortOrder3
- Object
Optional Object. The sorting order to use when sorting FieldNumber
, FieldNumber2
, and FieldNumber3
. Can be one of the following WdSortOrder constants.wdSortOrderAscendingdefault
wdSortOrderDescending
- CaseSensitive
- Object
Optional Object. True to sort with case sensitivity. The default value is False.
- BidiSort
- Object
Optional Object. True to sort based on right-to-left language rules. This argument may not be available to you, depending on the language support (U.S. English, for example) that you’ve selected or installed.
- IgnoreThe
- Object
Optional Object. True to ignore the Arabic character alef lam
when sorting right-to-left language text. This argument may not be available to you, depending on the language support (U.S. English, for example) that you’ve selected or installed.
- IgnoreKashida
- Object
Optional Object. True to ignore kashidas when sorting right-to-left language text. This argument may not be available to you, depending on the language support (U.S. English, for example) that you’ve selected or installed.
- IgnoreDiacritics
- Object
Optional Object. True to ignore bidirectional control characters when sorting right-to-left language text. This argument may not be available to you, depending on the language support (U.S. English, for example) that you’ve selected or installed.
- IgnoreHe
- Object
Optional Object. True to ignore the Hebrew character he
when sorting right-to-left language text. This argument may not be available to you, depending on the language support (U.S. English, for example) that you’ve selected or installed.
- LanguageID
- Object
Optional Object. Specifies the sorting language. Can be one of the WdLanguageID constants.