JScript | |
---|---|
public function InsertOrCopyRange( sourceRange : String, destRow : int, destCol : int, destCount : int, insertMode : FlexCel.Core.TFlxInsertMode, copyMode : FlexCel.Core.TRangeCopyMode ); |
Parameters
- sourceRange
- The source range.
- 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