BenSelect Documentation
InsertOrCopyRange(String,Int32,Int32,Int32,TFlxInsertMode) Method
See Also  Send Feedback
ETI.Report Namespace > ExcelHelper Class > InsertOrCopyRange Method : InsertOrCopyRange(String,Int32,Int32,Int32,TFlxInsertMode) Method
sourceRange
The source range. ex: "A1:A30".
destRow
The dest row.
destCol
The dest col.
destCount
The dest count.
insertMode
The insert mode. NoneDown = 0, NoneRight = 1, ShiftColRight = 3, ShiftRangeDown = 4, ShiftRangeRight = 5, ShiftRowDown = 2
Insert or copy range.

Syntax

JScript 
public function InsertOrCopyRange( 
   sourceRange : String,
   destRow : int,
   destCol : int,
   destCount : int,
   insertMode : FlexCel.Core.TFlxInsertMode
);

Parameters

sourceRange
The source range. ex: "A1:A30".
destRow
The dest row.
destCol
The dest col.
destCount
The dest count.
insertMode
The insert mode. NoneDown = 0, NoneRight = 1, ShiftColRight = 3, ShiftRangeDown = 4, ShiftRangeRight = 5, ShiftRowDown = 2

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.