Online Documentation for Advanced Data Export for RAD Studio VCL
TQExport4XLS.AddMergedCells
function AddMergedCells(FirstRow, LastRow, FirstCol, LastCol: word): TxlsMergedCells;
Description
The AddMergedCells method allows you to merge cells in the defined ranges to one cell. The row ranges are set by the FirsRow and the LastRow parameters. The column ranges are set by the FirstCol and the LastCol parameters. These parameters are 1-based. The returned value is the TxlsMergedCells object.
See also: