BenSelect Documentation
UnMergeCells Method
See Also  Send Feedback
ETI.Report Namespace > ExcelHelper Class : UnMergeCells Method
firstRow
First row of the merged cell.
firstCol
First column of the merged cell.
lastRow
Last row of the merged cell.
lastCol
Last column of the merged cell.
Unmerges the range of cells. The coordinates have to be exact, if there is no merged cell with the exact coordinates, nothing will be done.

Syntax

JScript 
public function UnMergeCells( 
   firstRow : int,
   firstCol : int,
   lastRow : int,
   lastCol : int
);

Parameters

firstRow
First row of the merged cell.
firstCol
First column of the merged cell.
lastRow
Last row of the merged cell.
lastCol
Last column of the merged cell.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.