JScript | |
---|---|
public function InsertOrCopyRange( sourceFirstRow : int, sourceFirstColumn : int, sourceLastRow : int, sourceLastColumn : int, destRow : int, destCol : int, destCount : int, insertMode : FlexCel.Core.TFlxInsertMode ); |
Parameters
- sourceFirstRow
- The source first row.
- sourceFirstColumn
- The source first column.
- sourceLastRow
- The source last row.
- sourceLastColumn
- The source last column.
- 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