Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
XL.Sheet.SetMerge
Sets merged cells for range: rowFirst - rowLast, colFirst - colLast.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
XL | 3.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "XL.Sheet.SetMerge"; bookRef; sheetIndex; rowFirst; rowLast; colFirst; colLast ) More
Parameters
Parameter | Description | Example |
---|---|---|
bookRef | The reference to the workbook. Please use XL.LoadBook to load a file. | $ref |
sheetIndex | The index of the sheet. This number ranges from 0 to XL.Book.SheetCount-1. | 0 |
rowFirst | The first row for the area. First row has index 0. | $row |
rowLast | The last row for the area. First row has index 0. | $row |
colFirst | The first column for the area. First column has index 0. | $column |
colLast | The last column for the area. First column has index 0. | $column+1 |
Result
Returns OK or error.
Description
Sets merged cells for range: rowFirst - rowLast, colFirst - colLast.See also
- XL.Book.SheetCount
- XL.LoadBook
- XL.Sheet.GetMerge
- XL.Sheet.SetColPx
- XL.Sheet.SetHeader
- XL.Sheet.SetHidden
- XL.Sheet.SetName
- XL.Sheet.SetPaper
- XL.Sheet.SetRowPx
- XL.Sheet.SetVCenter
Example Databases
This function checks for a license.
Created 18th August 2014, last changed 18th August 2014