ExcelMergeCells

Spojení buňek
declare procedure ExcelMergeCells dll "ActualDocument" (string, string)
ExcelMergeCells("A1", "A5")
ExcelMergeCells(Column1, Column2)

Parametry

Column1

Typ: string

Počáteční buňka oblasti.

Column2

Typ: string

Koncová buňka oblasti.

Popis

Procedura spojí buňky.

Ukázky volání

  • ExcelMergeCells("A1", "A5")