XL.Sheet.GetPrintZoom
---------------------

Returns the scaling factor for printing as a percentage.

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

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

**MBS**( **"XL.Sheet.GetPrintZoom";** /\* Returns the scaling factor for printing as a percentage. \*/  
**$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 zoom level.

### Description

Returns the scaling factor for printing as a percentage.  
### See also

- [XL.Book.SheetCount](XLBookSheetCount.md)
- [XL.Sheet.GetPrintArea](XLSheetGetPrintArea.md)
- [XL.Sheet.GetPrintFit](XLSheetGetPrintFit.md)
- [XL.Sheet.GetPrintRow](XLSheetGetPrintRow.md)
- [XL.Sheet.SetPrintArea](XLSheetSetPrintArea.md)
- [XL.Sheet.SetPrintFit](XLSheetSetPrintFit.md)
- [XL.Sheet.SetPrintRow](XLSheetSetPrintRow.md)
- [XL.Sheet.SetPrintZoom](XLSheetSetPrintZoom.md)

This function checks for a license.

Created 18th August 2014 , last changed 18th August 2014

  
[XL.Sheet.GetPrintRow](XLSheetGetPrintRow.md) - [XL.Sheet.GetProtect](XLSheetGetProtect.md)

[HTML Version](XLSheetGetPrintZoom.shtml)