Search notes:

Excel Object Model: Sort

Methods and properties

application
apply()
creator
header
matchCase If set to true, the the values will be sorted case-sensitively.
orientation xlSortColumns or xlSortRows, the default is xlSortRows
parent
rng Read/only: the range which is sorted.
setRange()
sortFields Read/only: returns a collection of sortField objects.
sortMethod Specifies the sort method for chinese text, either xlPinYin (phonetic, default) or xlStroke (number of strokes in character)

See also

The sort() method of the range object.
Excel Object Model

Index