JScript | |
---|---|
public function InsertOrCopyRange( sourceFirstRow : int, sourceFirstColumn : int, sourceLastRow : int, sourceLastColumn : int, destRow : int, destCol : int, destCount : int, insertMode : FlexCel.Core.TFlxInsertMode, copyMode : FlexCel.Core.TRangeCopyMode ); |
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, ShiftRowDown = 2, ShiftColRight = 3, ShiftRangeDown = 4, ShiftRangeRight = 5
- copyMode
- The copy mode. All = 0, OnlyFormulas = 1, None = 2, OnlyFormulasAndNoObjects = 3, AllIncludingDontMoveAndSizeObjects = 4
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