XL.FormControl.GetMin
---------------------

Queries minimum value.

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

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

**MBS**( **"XL.FormControl.GetMin";** /\* Queries minimum value. \*/  
**$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 number or error.

### Description

Queries minimum value.  
Returns the minimum value generated by the scroll bar or by the spin box.  
### See also

- [XL.Book.SheetCount](XLBookSheetCount.md)
- [XL.FormControl.GetHoriz](XLFormControlGetHoriz.md)
- [XL.FormControl.GetMax](XLFormControlGetMax.md)
- [XL.FormControl.GetSet](XLFormControlGetSet.md)
- [XL.FormControl.SetDx](XLFormControlSetDx.md)
- [XL.FormControl.SetHoriz](XLFormControlSetHoriz.md)
- [XL.FormControl.SetMax](XLFormControlSetMax.md)
- [XL.FormControl.SetMin](XLFormControlSetMin.md)
- [XL.FormControl.SetSel](XLFormControlSetSel.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.GetMax](XLFormControlGetMax.md) - [XL.FormControl.GetMultiSel](XLFormControlGetMultiSel.md)

[HTML Version](XLFormControlGetMin.shtml)