Skip to content

Commit d275691

Browse files
ElizabethSamuel-MSFTgithub-actions
andauthored
Automatically generated docs (#2282)
Co-authored-by: github-actions <[email protected]>
1 parent f1c0164 commit d275691

File tree

77 files changed

+298
-202
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+298
-202
lines changed

docs/docs-ref-autogen/excel/custom-functions-runtime/customfunctions.invocation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ properties:
110110
functions add-in. This value is `true` if the function is invoked to
111111
preview the formula value; otherwise it is `false`<!-- -->.
112112
remarks: >-
113-
\[ [API set: CustomFunctionsRuntime BETA (PREVIEW
114-
ONLY)](/javascript/api/requirement-sets/excel/custom-functions-requirement-sets)
113+
\[ [API set: CustomFunctionsRuntime
114+
1.5](/javascript/api/requirement-sets/excel/custom-functions-requirement-sets)
115115
\]
116116
117117

docs/docs-ref-autogen/excel/excel/excel.runoptions.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@ properties:
1919
cell edit mode.
2020
2121
22-
When false, if the user is in cell edit when the batch request is
23-
processed by the host, the batch will automatically fail. When true, the
24-
batch request will be executed immediately if the user is not in cell edit
25-
mode, but if the user is in cell edit mode the batch request will be
26-
delayed until the user exits cell edit mode.
22+
When `false`<!-- -->, if the user is in cell edit when the batch request
23+
is processed by the host, the batch automatically fails. When `true`<!--
24+
-->, the batch request is executed immediately if the user is not in cell
25+
edit mode, but if the user is in cell edit mode then the batch request is
26+
delayed until the user exits cell edit mode. The default behavior with no
27+
`delayForCellEdit` property specified is equivalent to when it is
28+
`false`<!-- -->.
2729
remarks: ''
2830

2931
isPreview: false

docs/docs-ref-autogen/excel_1_1/excel/excel.runoptions.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@ properties:
1919
cell edit mode.
2020
2121
22-
When false, if the user is in cell edit when the batch request is
23-
processed by the host, the batch will automatically fail. When true, the
24-
batch request will be executed immediately if the user is not in cell edit
25-
mode, but if the user is in cell edit mode the batch request will be
26-
delayed until the user exits cell edit mode.
22+
When `false`<!-- -->, if the user is in cell edit when the batch request
23+
is processed by the host, the batch automatically fails. When `true`<!--
24+
-->, the batch request is executed immediately if the user is not in cell
25+
edit mode, but if the user is in cell edit mode then the batch request is
26+
delayed until the user exits cell edit mode. The default behavior with no
27+
`delayForCellEdit` property specified is equivalent to when it is
28+
`false`<!-- -->.
2729
remarks: ''
2830

2931
isPreview: false

docs/docs-ref-autogen/excel_1_10/custom-functions-runtime/customfunctions.invocation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ properties:
110110
functions add-in. This value is `true` if the function is invoked to
111111
preview the formula value; otherwise it is `false`<!-- -->.
112112
remarks: >-
113-
\[ [API set: CustomFunctionsRuntime BETA (PREVIEW
114-
ONLY)](/javascript/api/requirement-sets/excel/custom-functions-requirement-sets)
113+
\[ [API set: CustomFunctionsRuntime
114+
1.5](/javascript/api/requirement-sets/excel/custom-functions-requirement-sets)
115115
\]
116116
117117

docs/docs-ref-autogen/excel_1_10/excel/excel.runoptions.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@ properties:
1919
cell edit mode.
2020
2121
22-
When false, if the user is in cell edit when the batch request is
23-
processed by the host, the batch will automatically fail. When true, the
24-
batch request will be executed immediately if the user is not in cell edit
25-
mode, but if the user is in cell edit mode the batch request will be
26-
delayed until the user exits cell edit mode.
22+
When `false`<!-- -->, if the user is in cell edit when the batch request
23+
is processed by the host, the batch automatically fails. When `true`<!--
24+
-->, the batch request is executed immediately if the user is not in cell
25+
edit mode, but if the user is in cell edit mode then the batch request is
26+
delayed until the user exits cell edit mode. The default behavior with no
27+
`delayForCellEdit` property specified is equivalent to when it is
28+
`false`<!-- -->.
2729
remarks: ''
2830

2931
isPreview: false

docs/docs-ref-autogen/excel_1_11/custom-functions-runtime/customfunctions.invocation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ properties:
110110
functions add-in. This value is `true` if the function is invoked to
111111
preview the formula value; otherwise it is `false`<!-- -->.
112112
remarks: >-
113-
\[ [API set: CustomFunctionsRuntime BETA (PREVIEW
114-
ONLY)](/javascript/api/requirement-sets/excel/custom-functions-requirement-sets)
113+
\[ [API set: CustomFunctionsRuntime
114+
1.5](/javascript/api/requirement-sets/excel/custom-functions-requirement-sets)
115115
\]
116116
117117

docs/docs-ref-autogen/excel_1_11/excel/excel.runoptions.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@ properties:
1919
cell edit mode.
2020
2121
22-
When false, if the user is in cell edit when the batch request is
23-
processed by the host, the batch will automatically fail. When true, the
24-
batch request will be executed immediately if the user is not in cell edit
25-
mode, but if the user is in cell edit mode the batch request will be
26-
delayed until the user exits cell edit mode.
22+
When `false`<!-- -->, if the user is in cell edit when the batch request
23+
is processed by the host, the batch automatically fails. When `true`<!--
24+
-->, the batch request is executed immediately if the user is not in cell
25+
edit mode, but if the user is in cell edit mode then the batch request is
26+
delayed until the user exits cell edit mode. The default behavior with no
27+
`delayForCellEdit` property specified is equivalent to when it is
28+
`false`<!-- -->.
2729
remarks: ''
2830

2931
isPreview: false

docs/docs-ref-autogen/excel_1_12/custom-functions-runtime/customfunctions.invocation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ properties:
110110
functions add-in. This value is `true` if the function is invoked to
111111
preview the formula value; otherwise it is `false`<!-- -->.
112112
remarks: >-
113-
\[ [API set: CustomFunctionsRuntime BETA (PREVIEW
114-
ONLY)](/javascript/api/requirement-sets/excel/custom-functions-requirement-sets)
113+
\[ [API set: CustomFunctionsRuntime
114+
1.5](/javascript/api/requirement-sets/excel/custom-functions-requirement-sets)
115115
\]
116116
117117

docs/docs-ref-autogen/excel_1_12/excel/excel.runoptions.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@ properties:
1919
cell edit mode.
2020
2121
22-
When false, if the user is in cell edit when the batch request is
23-
processed by the host, the batch will automatically fail. When true, the
24-
batch request will be executed immediately if the user is not in cell edit
25-
mode, but if the user is in cell edit mode the batch request will be
26-
delayed until the user exits cell edit mode.
22+
When `false`<!-- -->, if the user is in cell edit when the batch request
23+
is processed by the host, the batch automatically fails. When `true`<!--
24+
-->, the batch request is executed immediately if the user is not in cell
25+
edit mode, but if the user is in cell edit mode then the batch request is
26+
delayed until the user exits cell edit mode. The default behavior with no
27+
`delayForCellEdit` property specified is equivalent to when it is
28+
`false`<!-- -->.
2729
remarks: ''
2830

2931
isPreview: false

docs/docs-ref-autogen/excel_1_13/custom-functions-runtime/customfunctions.invocation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ properties:
110110
functions add-in. This value is `true` if the function is invoked to
111111
preview the formula value; otherwise it is `false`<!-- -->.
112112
remarks: >-
113-
\[ [API set: CustomFunctionsRuntime BETA (PREVIEW
114-
ONLY)](/javascript/api/requirement-sets/excel/custom-functions-requirement-sets)
113+
\[ [API set: CustomFunctionsRuntime
114+
1.5](/javascript/api/requirement-sets/excel/custom-functions-requirement-sets)
115115
\]
116116
117117

0 commit comments

Comments
 (0)