xls_Merge Cells

xls_Merge Cells(reference;sheet;row;column;height;width) -> result

Parameter          Type             Description
reference          Longint      ->  Excel handle
sheet              Longint      ->  Sheet number
row                Longint      ->  Row number
column             Longint      ->  Column number
height             Longint      ->  Height in rows
width              Longint      ->  Width in columns
result             Longint      <-  Result = 1 is succeed

Description

The command xls_Merge Cells merges cells. You have to pass the row and column number from where you want to merge. The height in rows and width in columns defines the size of the merged cell.

If the result is 1, the merged cell was created successfully.