File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
docs/docs-ref-autogen/excel/excelscript Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1573,7 +1573,7 @@ methods:
1573
1573
uid : ' ExcelScript!ExcelScript.Workbook#refreshAllDataConnections:member(1)'
1574
1574
package : ExcelScript!
1575
1575
fullName : refreshAllDataConnections()
1576
- summary : Refreshes all the Data Connections .
1576
+ summary : Makes a request to refresh all the data connections .
1577
1577
remarks : ' '
1578
1578
isPreview : false
1579
1579
isDeprecated : false
Original file line number Diff line number Diff line change @@ -746,7 +746,7 @@ export declare namespace ExcelScript {
746
746
getLastWorksheet ( visibleOnly ?: boolean ) : Worksheet ;
747
747
748
748
/**
749
- * Refreshes all the Data Connections .
749
+ * Makes a request to refresh all the data connections .
750
750
*/
751
751
refreshAllDataConnections ( ) : void ;
752
752
Original file line number Diff line number Diff line change @@ -746,7 +746,7 @@ declare namespace ExcelScript {
746
746
getLastWorksheet ( visibleOnly ?: boolean ) : Worksheet ;
747
747
748
748
/**
749
- * Refreshes all the Data Connections .
749
+ * Makes a request to refresh all the data connections .
750
750
*/
751
751
refreshAllDataConnections ( ) : void ;
752
752
You can’t perform that action at this time.
0 commit comments