Share via


Table.SortAscending Method

Sorts table rows in ascending alphanumeric order.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub SortAscending
'Usage
Dim instance As Table

instance.SortAscending()
void SortAscending()

Remarks

The first table row is considered a header record and isn't included in the sort. Use the Sort method to include the header record in a sort.

Note This method offers a simplified form of sorting intended for mail merge data sources that contain columns of data. For most sorting tasks, use the Sort method.

See Also

Reference

Table Interface

Table Members

Microsoft.Office.Interop.Word Namespace