Worksheet.Sort Method
Name | Parameters | Description |
---|---|---|
Sort |
range, fill, ascending | Sorts the specified range by the specified color in the specified order. |
Sort |
range, fill | Sorts the specified range by the specified color in ascending order. |
Sort |
range, ascending | Sorts the specified range by the first column. |
Sort |
range, sort |
Sorts the specified range by multiple columns. |
Sort |
range, font |
Sorts the specified range by the font color in a specific order. |
Sort |
range, font |
Sorts the specified range by the specified font color in ascending order. |
Sort |
range, column |
Sorts the specified range by the fill color in a specific order. Allows you to specify column offset. |
Sort |
range, column |
Sorts the specified range by the fill color. Allows you to specify column offset. |
Sort |
range, column |
Sorts the specified range by the specified column. |
Sort |
range, column |
Sorts the specified range by the specified column using the specified comparer. |
Sort |
range, column |
Sorts the specified range by the font color in a specific order. Allows you to specify column offset. |
Sort |
range, column |
Sorts the specified range by the background color. Allows you to specify column offset. |
Sort |
range, column |
Sorts the specified range by the specified column in ascending order. |
Sort |
range | Sorts the specified range by the first column in ascending order. |