File tree Expand file tree Collapse file tree 3 files changed +0
-34
lines changed
docs/docs-ref-autogen/excel Expand file tree Collapse file tree 3 files changed +0
-34
lines changed Original file line number Diff line number Diff line change @@ -310,23 +310,3 @@ interfaces:
310
310
- ' ExcelScript!ExcelScript.WorksheetProtection:interface'
311
311
- ' ExcelScript!ExcelScript.WorksheetProtectionOptions:interface'
312
312
- ' ExcelScript!ExcelScript.WorksheetSearchCriteria:interface'
313
- functions :
314
- - name : ExcelScript.run(callback)
315
- uid : ' ExcelScript!ExcelScript.run:function(1)'
316
- package : ExcelScript!
317
- summary : ' '
318
- remarks : ' '
319
- isPreview : false
320
- isDeprecated : false
321
- syntax :
322
- content : |-
323
- export function run(
324
- callback: (workbook: Workbook) => Promise<void>
325
- ): Promise<void>;
326
- parameters :
327
- - id : callback
328
- description : ' '
329
- type : ' (workbook: <xref uid="ExcelScript!ExcelScript.Workbook:interface" />) => Promise<void>'
330
- return :
331
- type : Promise<void>
332
- description : ' '
Original file line number Diff line number Diff line change 1
1
export declare namespace ExcelScript {
2
- /*
3
- * Special Run Function
4
- */
5
- export function run (
6
- callback : ( workbook : Workbook ) => Promise < void >
7
- ) : Promise < void > ;
8
-
9
2
//
10
3
// Class
11
4
//
Original file line number Diff line number Diff line change 1
1
declare namespace ExcelScript {
2
- /*
3
- * Special Run Function
4
- */
5
- function run (
6
- callback : ( workbook : Workbook ) => Promise < void >
7
- ) : Promise < void > ;
8
-
9
2
//
10
3
// Class
11
4
//
You can’t perform that action at this time.
0 commit comments