Table.SortAscending 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 table rows in ascending alphanumeric order.
public:
void SortAscending();
public void SortAscending ();
abstract member SortAscending : unit -> unit
Public Sub SortAscending ()
Remarks
The first table row is considered a header record and isn't included in the sort. Use the Sort(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) 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(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) method.