Products
|
Download
|
Order
|
Forum
|
Contact us
NativeExcel suite v3.x
Reference
>
IXLSRange
>
Unmerge
Unmerge method
Separates a merged area into individual cells.
Syntax
procedure
UnMerge;
Example
This example separates the merged range A1:F2.
Workbook.Sheets[
1
].Range[
'A1'
,
'F2'
].UnMerge;
Copyright © NikaSoft 2004-2012