Skip to content

Commit ec4dcac

Browse files
author
github-actions
committed
Merge branch 'main' into live
2 parents 02017f9 + ef0e80b commit ec4dcac

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

docs/docs-ref-autogen/excel/excelscript/excelscript.range.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,8 @@ methods:
889889
fullName: 'getExtendedRange(direction, activeCell)'
890890
summary: >-
891891
Returns a range object that includes the current range and up to the edge of the range, based on the provided
892-
direction. This matches the Ctrl+Shift+Arrow key behavior in the Excel on Windows UI.
892+
direction. This matches the <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>Arrow key</kbd> behavior in the Excel on Windows
893+
UI.
893894
remarks: ''
894895
isPreview: false
895896
isDeprecated: false
@@ -1559,7 +1560,7 @@ methods:
15591560
fullName: 'getRangeEdge(direction, activeCell)'
15601561
summary: >-
15611562
Returns a range object that is the edge cell of the data region that corresponds to the provided direction. This
1562-
matches the Ctrl+Arrow key behavior in the Excel on Windows UI.
1563+
matches the <kbd>Ctrl</kbd>+<kbd>Arrow key</kbd> behavior in the Excel on Windows UI.
15631564
remarks: ''
15641565
isPreview: false
15651566
isDeprecated: false

generate-docs/api-extractor-inputs-excel/excel.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1843,7 +1843,7 @@ export declare namespace ExcelScript {
18431843
getEntireRow(): Range;
18441844

18451845
/**
1846-
* Returns a range object that includes the current range and up to the edge of the range, based on the provided direction. This matches the Ctrl+Shift+Arrow key behavior in the Excel on Windows UI.
1846+
* Returns a range object that includes the current range and up to the edge of the range, based on the provided direction. This matches the <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>Arrow key</kbd> behavior in the Excel on Windows UI.
18471847
* @param direction - The direction from the active cell.
18481848
* @param activeCell - The active cell in this range. By default, the active cell is the top-left cell of the range. An error is thrown if the active cell is not in this range.
18491849
*/
@@ -1902,7 +1902,7 @@ export declare namespace ExcelScript {
19021902
getPrecedents(): WorkbookRangeAreas;
19031903

19041904
/**
1905-
* Returns a range object that is the edge cell of the data region that corresponds to the provided direction. This matches the Ctrl+Arrow key behavior in the Excel on Windows UI.
1905+
* Returns a range object that is the edge cell of the data region that corresponds to the provided direction. This matches the <kbd>Ctrl</kbd>+<kbd>Arrow key</kbd> behavior in the Excel on Windows UI.
19061906
* @param direction - The direction from the active cell.
19071907
* @param activeCell - The active cell in this range. By default, the active cell is the top-left cell of the range. An error is thrown if the active cell is not in this range.
19081908
*/

generate-docs/script-inputs/excel.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1843,7 +1843,7 @@ declare namespace ExcelScript {
18431843
getEntireRow(): Range;
18441844

18451845
/**
1846-
* Returns a range object that includes the current range and up to the edge of the range, based on the provided direction. This matches the Ctrl+Shift+Arrow key behavior in the Excel on Windows UI.
1846+
* Returns a range object that includes the current range and up to the edge of the range, based on the provided direction. This matches the <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>Arrow key</kbd> behavior in the Excel on Windows UI.
18471847
* @param direction The direction from the active cell.
18481848
* @param activeCell The active cell in this range. By default, the active cell is the top-left cell of the range. An error is thrown if the active cell is not in this range.
18491849
*/
@@ -1902,7 +1902,7 @@ declare namespace ExcelScript {
19021902
getPrecedents(): WorkbookRangeAreas;
19031903

19041904
/**
1905-
* Returns a range object that is the edge cell of the data region that corresponds to the provided direction. This matches the Ctrl+Arrow key behavior in the Excel on Windows UI.
1905+
* Returns a range object that is the edge cell of the data region that corresponds to the provided direction. This matches the <kbd>Ctrl</kbd>+<kbd>Arrow key</kbd> behavior in the Excel on Windows UI.
19061906
* @param direction The direction from the active cell.
19071907
* @param activeCell The active cell in this range. By default, the active cell is the top-left cell of the range. An error is thrown if the active cell is not in this range.
19081908
*/

0 commit comments

Comments
 (0)