Skip to content

Commit ff5eec4

Browse files
authored
Update with latest type definitions (#307)
1 parent e2bf842 commit ff5eec4

12 files changed

+87
-32
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@ name: ExcelScript.ChartDataSourceType
33
uid: 'ExcelScript!ExcelScript.ChartDataSourceType:enum'
44
package: ExcelScript!
55
fullName: ExcelScript.ChartDataSourceType
6-
summary: 'Specifies whether the series data range is local range, external range, list, or unknown.'
6+
summary: Specifies the data source type of the chart series.
77
remarks: ''
88
isPreview: false
99
isDeprecated: false
1010
fields:
1111
- name: externalRange
1212
uid: 'ExcelScript!ExcelScript.ChartDataSourceType.externalRange:member'
1313
package: ExcelScript!
14-
summary: ''
14+
summary: The data source type of the chart series is an external range.
1515
- name: list
1616
uid: 'ExcelScript!ExcelScript.ChartDataSourceType.list:member'
1717
package: ExcelScript!
18-
summary: ''
18+
summary: The data source type of the chart series is a list.
1919
- name: localRange
2020
uid: 'ExcelScript!ExcelScript.ChartDataSourceType.localRange:member'
2121
package: ExcelScript!
22-
summary: ''
22+
summary: The data source type of the chart series is a local range.
2323
- name: unknown
2424
uid: 'ExcelScript!ExcelScript.ChartDataSourceType.unknown:member'
2525
package: ExcelScript!
26-
summary: ''
26+
summary: The data source type of the chart series is unknown or unsupported.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ methods:
174174
package: ExcelScript!
175175
fullName: getDimensionDataSourceString(dimension)
176176
summary: >-
177-
Gets the string representation of the data source of the chart series.The string representation could be
177+
Gets the string representation of the data source of the chart series. The string representation could be
178178
information such as a cell address.
179179
remarks: ''
180180
isPreview: false
@@ -1521,7 +1521,7 @@ methods:
15211521
uid: 'ExcelScript!ExcelScript.ChartSeries#setXAxisValues:member(1)'
15221522
package: ExcelScript!
15231523
fullName: setXAxisValues(sourceData)
1524-
summary: Sets the values of the x-axis for a chart series. Only works for scatter charts.
1524+
summary: Sets the values of the x-axis for a chart series.
15251525
remarks: ''
15261526
isPreview: false
15271527
isDeprecated: false

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: ExcelScript.InsertShiftDirection
33
uid: 'ExcelScript!ExcelScript.InsertShiftDirection:enum'
44
package: ExcelScript!
55
fullName: ExcelScript.InsertShiftDirection
6-
summary: ''
6+
summary: Determines the direction in which existing cells will be shifted to accommodate what is being inserted.
77
remarks: |-
88
99

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,9 @@ methods:
172172
uid: 'ExcelScript!ExcelScript.NamedItem#getValue:member(1)'
173173
package: ExcelScript!
174174
fullName: getValue()
175-
summary: 'Represents the value computed by the name''s formula. For a named range, will return the range address.'
175+
summary: >-
176+
Represents the value computed by the name's formula. For a named range, it will return the range address. This API
177+
returns the \#VALUE! error in the Excel UI if it refers to a user-defined function.
176178
remarks: ''
177179
isPreview: false
178180
isDeprecated: false

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ methods:
9191
- id: destinationRange
9292
description: >-
9393
The destination range to AutoFill. If the destination range is `null`<!-- -->, data is filled out based on
94-
the surrounding cells (which is the behavior when double-clicking the UIs range fill handle).
94+
the surrounding cells (which is the behavior when double-clicking the UI's range fill handle).
9595
type: '<xref uid="ExcelScript!ExcelScript.Range:interface" /> | string'
9696
- id: autoFillType
9797
description: >-

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ fields:
4040
uid: 'ExcelScript!ExcelScript.RangeCopyType.all:member'
4141
package: ExcelScript!
4242
summary: ''
43+
- name: columnWidths
44+
uid: 'ExcelScript!ExcelScript.RangeCopyType.columnWidths:member'
45+
package: ExcelScript!
46+
summary: ''
4347
- name: formats
4448
uid: 'ExcelScript!ExcelScript.RangeCopyType.formats:member'
4549
package: ExcelScript!

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: ExcelScript.SortOn
33
uid: 'ExcelScript!ExcelScript.SortOn:enum'
44
package: ExcelScript!
55
fullName: ExcelScript.SortOn
6-
summary: ''
6+
summary: Represents the part of the cell used as the sorting criteria.
77
remarks: |-
88
99

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: ExcelScript.WorksheetPositionType
33
uid: 'ExcelScript!ExcelScript.WorksheetPositionType:enum'
44
package: ExcelScript!
55
fullName: ExcelScript.WorksheetPositionType
6-
summary: ''
6+
summary: The position of a worksheet relative to another worksheet or the entire worksheet collection.
77
remarks: |-
88
99

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ methods:
4646
fullName: checkPassword(password)
4747
summary: >-
4848
Specifies if the password can be used to unlock worksheet protection. This method doesn't change the worksheet
49-
protection state. If a password is input but no password is required to unlock worksheet protection, this method
49+
protection state. If a password is entered but no password is required to unlock worksheet protection, this method
5050
will return false.
5151
remarks: ''
5252
isPreview: false

generate-docs/API Coverage Report.csv

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -520,10 +520,10 @@ ExcelScript.ChartDataLabels,"setShowValue(showValue)",Method,Poor,false
520520
ExcelScript.ChartDataLabels,"setTextOrientation(textOrientation)",Method,Poor,false
521521
ExcelScript.ChartDataLabels,"setVerticalAlignment(verticalAlignment)",Method,Poor,false
522522
ExcelScript.ChartDataSourceType,N/A,Enum,Fine,false
523-
ExcelScript.ChartDataSourceType,"externalRange",EnumField,Missing,false
524-
ExcelScript.ChartDataSourceType,"list",EnumField,Missing,false
525-
ExcelScript.ChartDataSourceType,"localRange",EnumField,Missing,false
526-
ExcelScript.ChartDataSourceType,"unknown",EnumField,Missing,false
523+
ExcelScript.ChartDataSourceType,"externalRange",EnumField,Fine,false
524+
ExcelScript.ChartDataSourceType,"list",EnumField,Fine,false
525+
ExcelScript.ChartDataSourceType,"localRange",EnumField,Fine,false
526+
ExcelScript.ChartDataSourceType,"unknown",EnumField,Fine,false
527527
ExcelScript.ChartDataTable,N/A,Class,Fine,false
528528
ExcelScript.ChartDataTable,"getFormat()",Method,Poor,false
529529
ExcelScript.ChartDataTable,"getShowHorizontalBorder()",Method,Poor,false
@@ -1894,7 +1894,7 @@ ExcelScript.ImageFittingMode,N/A,Enum,Missing,true
18941894
ExcelScript.ImageFittingMode,"fill",EnumField,Missing,false
18951895
ExcelScript.ImageFittingMode,"fit",EnumField,Missing,false
18961896
ExcelScript.ImageFittingMode,"fitAndCenter",EnumField,Missing,false
1897-
ExcelScript.InsertShiftDirection,N/A,Enum,Missing,true
1897+
ExcelScript.InsertShiftDirection,N/A,Enum,Fine,true
18981898
ExcelScript.InsertShiftDirection,"down",EnumField,Missing,false
18991899
ExcelScript.InsertShiftDirection,"right",EnumField,Missing,false
19001900
ExcelScript.IterativeCalculation,N/A,Class,Poor,false
@@ -2518,6 +2518,7 @@ ExcelScript.RangeBorder,"setTintAndShade(tintAndShade)",Method,Poor,false
25182518
ExcelScript.RangeBorder,"setWeight(weight)",Method,Poor,true
25192519
ExcelScript.RangeCopyType,N/A,Enum,Missing,true
25202520
ExcelScript.RangeCopyType,"all",EnumField,Missing,false
2521+
ExcelScript.RangeCopyType,"columnWidths",EnumField,Missing,false
25212522
ExcelScript.RangeCopyType,"formats",EnumField,Missing,false
25222523
ExcelScript.RangeCopyType,"formulas",EnumField,Missing,false
25232524
ExcelScript.RangeCopyType,"link",EnumField,Missing,false
@@ -2928,7 +2929,7 @@ ExcelScript.SortField,"subField",Property,Fine,false
29282929
ExcelScript.SortMethod,N/A,Enum,Missing,true
29292930
ExcelScript.SortMethod,"pinYin",EnumField,Missing,false
29302931
ExcelScript.SortMethod,"strokeCount",EnumField,Missing,false
2931-
ExcelScript.SortOn,N/A,Enum,Missing,true
2932+
ExcelScript.SortOn,N/A,Enum,Fine,true
29322933
ExcelScript.SortOn,"cellColor",EnumField,Missing,false
29332934
ExcelScript.SortOn,"fontColor",EnumField,Missing,false
29342935
ExcelScript.SortOn,"icon",EnumField,Missing,false
@@ -3301,7 +3302,7 @@ ExcelScript.WorksheetFreezePanes,"freezeColumns(count)",Method,Poor,false
33013302
ExcelScript.WorksheetFreezePanes,"freezeRows(count)",Method,Poor,false
33023303
ExcelScript.WorksheetFreezePanes,"getLocation()",Method,Poor,false
33033304
ExcelScript.WorksheetFreezePanes,"unfreeze()",Method,Poor,false
3304-
ExcelScript.WorksheetPositionType,N/A,Enum,Missing,true
3305+
ExcelScript.WorksheetPositionType,N/A,Enum,Fine,true
33053306
ExcelScript.WorksheetPositionType,"after",EnumField,Missing,false
33063307
ExcelScript.WorksheetPositionType,"before",EnumField,Missing,false
33073308
ExcelScript.WorksheetPositionType,"beginning",EnumField,Missing,false

0 commit comments

Comments
 (0)