XL.Sheet.TableSize
------------------

Returns the number of tables in the sheet.

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

MBS( "XL.Sheet.TableSize"; BookRef; SheetIndex ) 

**MBS**( **"XL.Sheet.TableSize";** /\* Returns the number of tables in the sheet. \*/  
**$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 \*/ 

### 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 |

### Result

Returns number or error.

### Description

Returns the number of tables in the sheet.  
### See also

- [XL.Book.SheetCount](XLBookSheetCount.md)
- [XL.Sheet.MergeSize](XLSheetMergeSize.md)
- [XL.Sheet.Table](XLSheetTable.md)

This function checks for a license.

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

  
[XL.Sheet.Table](XLSheetTable.md) - [XL.Sheet.Type](XLSheetType.md)

[HTML Version](XLSheetTableSize.shtml)