XL.Sheet.AutoFilter.GetSortRange
--------------------------------

Gets the whole range of data to sort.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [XL](component_XL.md) | [7.2](newinversion72.md) | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |

MBS( "XL.Sheet.AutoFilter.GetSortRange"; BookRef; SheetIndex; Selector ) 

**MBS**( **"XL.Sheet.AutoFilter.GetSortRange";** /\* Gets the whole range of data to sort. \*/  
**$BookRef**; /\* The reference number for the workbook.e.g. $ref \*/   
**$SheetIndex**; /\* The index of the sheet. This number ranges from 0 to [XL.Book.SheetCount](XLBookSheetCount.md)-1.e.g. 0 \*/   
**$Selector**) /\* Which value to return.  
Can be rowFirst, rowLast, colFirst or colLast.e.g. "rowFirst" \*/ 

### Parameters

| Parameter | Description | Example |
|---|---|---|
| BookRef | The reference number for the workbook. | $ref |
| SheetIndex | The index of the sheet. This number ranges from 0 to [XL.Book.SheetCount](XLBookSheetCount.md)-1. | 0 |
| Selector | Which value to return.   Can be rowFirst, rowLast, colFirst or colLast. | "rowFirst" |

### Result

Returns value or error.

### Description

Gets the whole range of data to sort.  
### See also

- [XL.Book.SheetCount](XLBookSheetCount.md)
- [XL.Sheet.AutoFilter.AddSort](XLSheetAutoFilterAddSort.md)
- [XL.Sheet.AutoFilter.GetSort](XLSheetAutoFilterGetSort.md)
- [XL.Sheet.AutoFilter.GetSortEx](XLSheetAutoFilterGetSortEx.md)
- [XL.Sheet.AutoFilter.GetTop10](XLSheetAutoFilterGetTop10.md)
- [XL.Sheet.AutoFilter.SetSort](XLSheetAutoFilterSetSort.md)

This function checks for a license.

Created 22nd April 2017 , last changed 22nd April 2017

  
[XL.Sheet.AutoFilter.GetSortEx](XLSheetAutoFilterGetSortEx.md) - [XL.Sheet.AutoFilter.GetTop10](XLSheetAutoFilterGetTop10.md)

[HTML Version](XLSheetAutoFilterGetSortRange.shtml)