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
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