BenSelect Documentation
DeleteRange(String,TFlxInsertMode) Method
See Also  Send Feedback
ETI.Report Namespace > ExcelHelper Class > DeleteRange Method : DeleteRange(String,TFlxInsertMode) Method
cellRange
Range of cells to delete, like 'A1:A10'
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( 
   cellRange : String,
   insertMode : FlexCel.Core.TFlxInsertMode
);

Parameters

cellRange
Range of cells to delete, like 'A1:A10'
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.