BenSelect Documentation
DeleteRange(Int32,Int32,Int32,Int32,TFlxInsertMode) Method
See Also  Send Feedback
ETI.Report Namespace > ExcelHelper Class > DeleteRange Method : DeleteRange(Int32,Int32,Int32,Int32,TFlxInsertMode) Method
firstRow
The first row.
firstCol
The first col.
lastRow
The last row.
lastCol
The last col.
insertMode
Mode of deletion. Note that Row and Col are equivalent to ShiftRight and ShiftDown with a cell range of full rows or cols respectively.
Deletes a range of cells, and moves all cells below up or all cells to the right left, depending on the insert mode.

Syntax

JScript 
public function DeleteRange( 
   firstRow : int,
   firstCol : int,
   lastRow : int,
   lastCol : int,
   insertMode : FlexCel.Core.TFlxInsertMode
);

Parameters

firstRow
The first row.
firstCol
The first col.
lastRow
The last row.
lastCol
The last col.
insertMode
Mode of deletion. Note that Row and Col are equivalent to ShiftRight and ShiftDown with a cell range of full rows or cols respectively.

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.