Skip to content

Commit e561983

Browse files
authored
Clarify refresh data connections behavior (#327)
1 parent c4ca277 commit e561983

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1573,7 +1573,7 @@ methods:
15731573
uid: 'ExcelScript!ExcelScript.Workbook#refreshAllDataConnections:member(1)'
15741574
package: ExcelScript!
15751575
fullName: refreshAllDataConnections()
1576-
summary: Refreshes all the Data Connections.
1576+
summary: Makes a request to refresh all the data connections.
15771577
remarks: ''
15781578
isPreview: false
15791579
isDeprecated: false

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ export declare namespace ExcelScript {
746746
getLastWorksheet(visibleOnly?: boolean): Worksheet;
747747

748748
/**
749-
* Refreshes all the Data Connections.
749+
* Makes a request to refresh all the data connections.
750750
*/
751751
refreshAllDataConnections(): void;
752752

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ declare namespace ExcelScript {
746746
getLastWorksheet(visibleOnly?: boolean): Worksheet;
747747

748748
/**
749-
* Refreshes all the Data Connections.
749+
* Makes a request to refresh all the data connections.
750750
*/
751751
refreshAllDataConnections(): void;
752752

0 commit comments

Comments
 (0)