Skip to content

Commit a35735e

Browse files
authored
[office-js] [office-js-preview] (Excel) Add Range.moveTo requirement (DefinitelyTyped#74238)
1 parent ecaba94 commit a35735e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

types/office-js-preview/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42822,6 +42822,7 @@ declare namespace Excel {
4282242822
/**
4282342823
* Moves cell values, formatting, and formulas from current range to the destination range, replacing the old information in those cells.
4282442824
The destination range will be expanded automatically if it is smaller than the current range. Any cells in the destination range that are outside of the original range's area are not changed.
42825+
Note: When a range is moved to a new address using this API, the new range object should be retrieved using the new address.
4282542826
*
4282642827
* @remarks
4282742828
* [Api set: ExcelApi 1.11]

types/office-js/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38317,6 +38317,7 @@ declare namespace Excel {
3831738317
/**
3831838318
* Moves cell values, formatting, and formulas from current range to the destination range, replacing the old information in those cells.
3831938319
The destination range will be expanded automatically if it is smaller than the current range. Any cells in the destination range that are outside of the original range's area are not changed.
38320+
Note: When a range is moved to a new address using this API, the new range object should be retrieved using the new address.
3832038321
*
3832138322
* @remarks
3832238323
* [Api set: ExcelApi 1.11]

0 commit comments

Comments
 (0)