Share via


SortField.DataOption Property

Excel Developer Reference

Specifies how to sort text in the range specified in SortField object. Read/write XlSortDataOption.

Version Information
 Version Added:  Excel 2007

Syntax

expression.DataOption

expression   A variable that represents a SortField object.

Remarks

xlSortDataOption can be either xlSortNormal or xlSortTextAsNumbers.

See Also