XL.FormControl.Print
--------------------

Returns whether the object is printed when the document is printed.

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

MBS( "XL.FormControl.Print"; BookRef; SheetIndex; FormControlIndexOrName ) 

**MBS**( **"XL.FormControl.Print";** /\* Returns whether the object is printed when the document is printed. \*/  
**$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 \*/   
**$FormControlIndexOrName**) /\* The index or name of the from control.  
Index ranges from 0 to [XL.Sheet.FormControlCount](XLSheetFormControlCount.md) - 1.e.g. $formControlIndex \*/ 

### 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 |
| FormControlIndexOrName | The index or name of the from control.   Index ranges from 0 to [XL.Sheet.FormControlCount](XLSheetFormControlCount.md) - 1. | $formControlIndex |

### Result

Returns 0, 1 or error.

### Description

Returns whether the object is printed when the document is printed.  
### See also

- [XL.FormControl.GetInc](XLFormControlGetInc.md)
- [XL.FormControl.GetMin](XLFormControlGetMin.md)
- [XL.FormControl.GetSet](XLFormControlGetSet.md)
- [XL.FormControl.Item](XLFormControlItem.md)
- [XL.FormControl.JSON](XLFormControlJSON.md)
- [XL.FormControl.Macro](XLFormControlMacro.md)
- [XL.FormControl.Name](XLFormControlName.md)
- [XL.FormControl.SetInc](XLFormControlSetInc.md)
- [XL.FormControl.SetMin](XLFormControlSetMin.md)
- [XL.Sheet.FormControlCount](XLSheetFormControlCount.md)

### Blog Entries

- [New in MBS FileMaker Plugin 13.1](https://www.mbsplugins.de/archive/2023-03-15/New_in_MBS_FileMaker_Plugin_13/monkeybreadsoftware_blog_filemaker)

Created 3th February 2023 , last changed 3th February 2023

  
[XL.FormControl.ObjectType](XLFormControlObjectType.md) - [XL.FormControl.SetChecked](XLFormControlSetChecked.md)

[HTML Version](XLFormControlPrint.shtml)