Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get latest updates #72

Merged
merged 1 commit into from
Jul 12, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs-ref-autogen/excel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ items:
`run<T>(object: OfficeExtension.ClientObject, batch: (context: Excel.RequestContext) => Promise<T>): Promise<T>;`


`run<T>(objects: OfficeExtension.ClientObject\[\], batch: (context: Excel.RequestContext) => Promise<T>):
`run<T>(objects: OfficeExtension.ClientObject[], batch: (context: Excel.RequestContext) => Promise<T>):
Promise<T>;`


Expand Down
2 changes: 1 addition & 1 deletion docs/docs-ref-autogen/excel/excel.application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ items:
In addition to this signature, this method has the following signatures:


`load(option?: string \| string\[\]): Excel.Application` - Where option is a comma-delimited string or an array of
`load(option?: string | string[]): Excel.Application` - Where option is a comma-delimited string or an array of
strings that specify the properties/relationships to load.


Expand Down
2 changes: 1 addition & 1 deletion docs/docs-ref-autogen/excel/excel.binding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ items:
In addition to this signature, this method has the following signatures:


`load(option?: string \| string\[\]): Excel.Binding` - Where option is a comma-delimited string or an array of
`load(option?: string | string[]): Excel.Binding` - Where option is a comma-delimited string or an array of
strings that specify the properties/relationships to load.


Expand Down
4 changes: 2 additions & 2 deletions docs/docs-ref-autogen/excel/excel.bindingcollection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,8 @@ items:
In addition to this signature, this method has the following signatures:


`load(option?: string \| string\[\]): Excel.BindingCollection` - Where option is a comma-delimited string or an
array of strings that specify the properties/relationships to load.
`load(option?: string | string[]): Excel.BindingCollection` - Where option is a comma-delimited string or an array
of strings that specify the properties/relationships to load.


`load(option?: { select?: string; expand?: string; }): Excel.BindingCollection` - Where option.select is a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ items:
In addition to this signature, this method has the following signatures:


`load(option?: string \| string\[\]): Excel.CellValueConditionalFormat` - Where option is a comma-delimited string
or an array of strings that specify the properties/relationships to load.
`load(option?: string | string[]): Excel.CellValueConditionalFormat` - Where option is a comma-delimited string or
an array of strings that specify the properties/relationships to load.


`load(option?: { select?: string; expand?: string; }): Excel.CellValueConditionalFormat` - Where option.select is
Expand Down
4 changes: 2 additions & 2 deletions docs/docs-ref-autogen/excel/excel.chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@ items:
In addition to this signature, this method has the following signatures:


`load(option?: string \| string\[\]): Excel.Chart` - Where option is a comma-delimited string or an array of
strings that specify the properties/relationships to load.
`load(option?: string | string[]): Excel.Chart` - Where option is a comma-delimited string or an array of strings
that specify the properties/relationships to load.


`load(option?: { select?: string; expand?: string; }): Excel.Chart` - Where option.select is a comma-delimited
Expand Down
4 changes: 2 additions & 2 deletions docs/docs-ref-autogen/excel/excel.chartareaformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ items:
In addition to this signature, this method has the following signatures:


`load(option?: string \| string\[\]): Excel.ChartAreaFormat` - Where option is a comma-delimited string or an
array of strings that specify the properties/relationships to load.
`load(option?: string | string[]): Excel.ChartAreaFormat` - Where option is a comma-delimited string or an array
of strings that specify the properties/relationships to load.


`load(option?: { select?: string; expand?: string; }): Excel.ChartAreaFormat` - Where option.select is a
Expand Down
2 changes: 1 addition & 1 deletion docs/docs-ref-autogen/excel/excel.chartaxes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ items:
In addition to this signature, this method has the following signatures:


`load(option?: string \| string\[\]): Excel.ChartAxes` - Where option is a comma-delimited string or an array of
`load(option?: string | string[]): Excel.ChartAxes` - Where option is a comma-delimited string or an array of
strings that specify the properties/relationships to load.


Expand Down
2 changes: 1 addition & 1 deletion docs/docs-ref-autogen/excel/excel.chartaxis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ items:
In addition to this signature, this method has the following signatures:


`load(option?: string \| string\[\]): Excel.ChartAxis` - Where option is a comma-delimited string or an array of
`load(option?: string | string[]): Excel.ChartAxis` - Where option is a comma-delimited string or an array of
strings that specify the properties/relationships to load.


Expand Down
4 changes: 2 additions & 2 deletions docs/docs-ref-autogen/excel/excel.chartaxisformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ items:
In addition to this signature, this method has the following signatures:


`load(option?: string \| string\[\]): Excel.ChartAxisFormat` - Where option is a comma-delimited string or an
array of strings that specify the properties/relationships to load.
`load(option?: string | string[]): Excel.ChartAxisFormat` - Where option is a comma-delimited string or an array
of strings that specify the properties/relationships to load.


`load(option?: { select?: string; expand?: string; }): Excel.ChartAxisFormat` - Where option.select is a
Expand Down
4 changes: 2 additions & 2 deletions docs/docs-ref-autogen/excel/excel.chartaxistitle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ items:
In addition to this signature, this method has the following signatures:


`load(option?: string \| string\[\]): Excel.ChartAxisTitle` - Where option is a comma-delimited string or an array
of strings that specify the properties/relationships to load.
`load(option?: string | string[]): Excel.ChartAxisTitle` - Where option is a comma-delimited string or an array of
strings that specify the properties/relationships to load.


`load(option?: { select?: string; expand?: string; }): Excel.ChartAxisTitle` - Where option.select is a
Expand Down
2 changes: 1 addition & 1 deletion docs/docs-ref-autogen/excel/excel.chartaxistitleformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ items:
In addition to this signature, this method has the following signatures:


`load(option?: string \| string\[\]): Excel.ChartAxisTitleFormat` - Where option is a comma-delimited string or an
`load(option?: string | string[]): Excel.ChartAxisTitleFormat` - Where option is a comma-delimited string or an
array of strings that specify the properties/relationships to load.


Expand Down
2 changes: 1 addition & 1 deletion docs/docs-ref-autogen/excel/excel.chartborder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ items:
In addition to this signature, this method has the following signatures:


`load(option?: string \| string\[\]): Excel.ChartBorder` - Where option is a comma-delimited string or an array of
`load(option?: string | string[]): Excel.ChartBorder` - Where option is a comma-delimited string or an array of
strings that specify the properties/relationships to load.


Expand Down
4 changes: 2 additions & 2 deletions docs/docs-ref-autogen/excel/excel.chartcollection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@ items:
In addition to this signature, this method has the following signatures:


`load(option?: string \| string\[\]): Excel.ChartCollection` - Where option is a comma-delimited string or an
array of strings that specify the properties/relationships to load.
`load(option?: string | string[]): Excel.ChartCollection` - Where option is a comma-delimited string or an array
of strings that specify the properties/relationships to load.


`load(option?: { select?: string; expand?: string; }): Excel.ChartCollection` - Where option.select is a
Expand Down
4 changes: 2 additions & 2 deletions docs/docs-ref-autogen/excel/excel.chartdatalabel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ items:
In addition to this signature, this method has the following signatures:


`load(option?: string \| string\[\]): Excel.ChartDataLabel` - Where option is a comma-delimited string or an array
of strings that specify the properties/relationships to load.
`load(option?: string | string[]): Excel.ChartDataLabel` - Where option is a comma-delimited string or an array of
strings that specify the properties/relationships to load.


`load(option?: { select?: string; expand?: string; }): Excel.ChartDataLabel` - Where option.select is a
Expand Down
2 changes: 1 addition & 1 deletion docs/docs-ref-autogen/excel/excel.chartdatalabelformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ items:
In addition to this signature, this method has the following signatures:


`load(option?: string \| string\[\]): Excel.ChartDataLabelFormat` - Where option is a comma-delimited string or an
`load(option?: string | string[]): Excel.ChartDataLabelFormat` - Where option is a comma-delimited string or an
array of strings that specify the properties/relationships to load.


Expand Down
4 changes: 2 additions & 2 deletions docs/docs-ref-autogen/excel/excel.chartdatalabels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ items:
In addition to this signature, this method has the following signatures:


`load(option?: string \| string\[\]): Excel.ChartDataLabels` - Where option is a comma-delimited string or an
array of strings that specify the properties/relationships to load.
`load(option?: string | string[]): Excel.ChartDataLabels` - Where option is a comma-delimited string or an array
of strings that specify the properties/relationships to load.


`load(option?: { select?: string; expand?: string; }): Excel.ChartDataLabels` - Where option.select is a
Expand Down
2 changes: 1 addition & 1 deletion docs/docs-ref-autogen/excel/excel.chartfont.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ items:
In addition to this signature, this method has the following signatures:


`load(option?: string \| string\[\]): Excel.ChartFont` - Where option is a comma-delimited string or an array of
`load(option?: string | string[]): Excel.ChartFont` - Where option is a comma-delimited string or an array of
strings that specify the properties/relationships to load.


Expand Down
4 changes: 2 additions & 2 deletions docs/docs-ref-autogen/excel/excel.chartformatstring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ items:
In addition to this signature, this method has the following signatures:


`load(option?: string \| string\[\]): Excel.ChartFormatString` - Where option is a comma-delimited string or an
array of strings that specify the properties/relationships to load.
`load(option?: string | string[]): Excel.ChartFormatString` - Where option is a comma-delimited string or an array
of strings that specify the properties/relationships to load.


`load(option?: { select?: string; expand?: string; }): Excel.ChartFormatString` - Where option.select is a
Expand Down
4 changes: 2 additions & 2 deletions docs/docs-ref-autogen/excel/excel.chartgridlines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ items:
In addition to this signature, this method has the following signatures:


`load(option?: string \| string\[\]): Excel.ChartGridlines` - Where option is a comma-delimited string or an array
of strings that specify the properties/relationships to load.
`load(option?: string | string[]): Excel.ChartGridlines` - Where option is a comma-delimited string or an array of
strings that specify the properties/relationships to load.


`load(option?: { select?: string; expand?: string; }): Excel.ChartGridlines` - Where option.select is a
Expand Down
2 changes: 1 addition & 1 deletion docs/docs-ref-autogen/excel/excel.chartgridlinesformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ items:
In addition to this signature, this method has the following signatures:


`load(option?: string \| string\[\]): Excel.ChartGridlinesFormat` - Where option is a comma-delimited string or an
`load(option?: string | string[]): Excel.ChartGridlinesFormat` - Where option is a comma-delimited string or an
array of strings that specify the properties/relationships to load.


Expand Down
2 changes: 1 addition & 1 deletion docs/docs-ref-autogen/excel/excel.chartlegend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ items:
In addition to this signature, this method has the following signatures:


`load(option?: string \| string\[\]): Excel.ChartLegend` - Where option is a comma-delimited string or an array of
`load(option?: string | string[]): Excel.ChartLegend` - Where option is a comma-delimited string or an array of
strings that specify the properties/relationships to load.


Expand Down
4 changes: 2 additions & 2 deletions docs/docs-ref-autogen/excel/excel.chartlegendentry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ items:
In addition to this signature, this method has the following signatures:


`load(option?: string \| string\[\]): Excel.ChartLegendEntry` - Where option is a comma-delimited string or an
array of strings that specify the properties/relationships to load.
`load(option?: string | string[]): Excel.ChartLegendEntry` - Where option is a comma-delimited string or an array
of strings that specify the properties/relationships to load.


`load(option?: { select?: string; expand?: string; }): Excel.ChartLegendEntry` - Where option.select is a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ items:
In addition to this signature, this method has the following signatures:


`load(option?: string \| string\[\]): Excel.ChartLegendEntryCollection` - Where option is a comma-delimited string
or an array of strings that specify the properties/relationships to load.
`load(option?: string | string[]): Excel.ChartLegendEntryCollection` - Where option is a comma-delimited string or
an array of strings that specify the properties/relationships to load.


`load(option?: { select?: string; expand?: string; }): Excel.ChartLegendEntryCollection` - Where option.select is
Expand Down
4 changes: 2 additions & 2 deletions docs/docs-ref-autogen/excel/excel.chartlegendformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ items:
In addition to this signature, this method has the following signatures:


`load(option?: string \| string\[\]): Excel.ChartLegendFormat` - Where option is a comma-delimited string or an
array of strings that specify the properties/relationships to load.
`load(option?: string | string[]): Excel.ChartLegendFormat` - Where option is a comma-delimited string or an array
of strings that specify the properties/relationships to load.


`load(option?: { select?: string; expand?: string; }): Excel.ChartLegendFormat` - Where option.select is a
Expand Down
4 changes: 2 additions & 2 deletions docs/docs-ref-autogen/excel/excel.chartlineformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ items:
In addition to this signature, this method has the following signatures:


`load(option?: string \| string\[\]): Excel.ChartLineFormat` - Where option is a comma-delimited string or an
array of strings that specify the properties/relationships to load.
`load(option?: string | string[]): Excel.ChartLineFormat` - Where option is a comma-delimited string or an array
of strings that specify the properties/relationships to load.


`load(option?: { select?: string; expand?: string; }): Excel.ChartLineFormat` - Where option.select is a
Expand Down
2 changes: 1 addition & 1 deletion docs/docs-ref-autogen/excel/excel.chartpoint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ items:
In addition to this signature, this method has the following signatures:


`load(option?: string \| string\[\]): Excel.ChartPoint` - Where option is a comma-delimited string or an array of
`load(option?: string | string[]): Excel.ChartPoint` - Where option is a comma-delimited string or an array of
strings that specify the properties/relationships to load.


Expand Down
4 changes: 2 additions & 2 deletions docs/docs-ref-autogen/excel/excel.chartpointformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ items:
In addition to this signature, this method has the following signatures:


`load(option?: string \| string\[\]): Excel.ChartPointFormat` - Where option is a comma-delimited string or an
array of strings that specify the properties/relationships to load.
`load(option?: string | string[]): Excel.ChartPointFormat` - Where option is a comma-delimited string or an array
of strings that specify the properties/relationships to load.


`load(option?: { select?: string; expand?: string; }): Excel.ChartPointFormat` - Where option.select is a
Expand Down
4 changes: 2 additions & 2 deletions docs/docs-ref-autogen/excel/excel.chartpointscollection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ items:
In addition to this signature, this method has the following signatures:


`load(option?: string \| string\[\]): Excel.ChartPointsCollection` - Where option is a comma-delimited string or
an array of strings that specify the properties/relationships to load.
`load(option?: string | string[]): Excel.ChartPointsCollection` - Where option is a comma-delimited string or an
array of strings that specify the properties/relationships to load.


`load(option?: { select?: string; expand?: string; }): Excel.ChartPointsCollection` - Where option.select is a
Expand Down
2 changes: 1 addition & 1 deletion docs/docs-ref-autogen/excel/excel.chartseries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ items:
In addition to this signature, this method has the following signatures:


`load(option?: string \| string\[\]): Excel.ChartSeries` - Where option is a comma-delimited string or an array of
`load(option?: string | string[]): Excel.ChartSeries` - Where option is a comma-delimited string or an array of
strings that specify the properties/relationships to load.


Expand Down
4 changes: 2 additions & 2 deletions docs/docs-ref-autogen/excel/excel.chartseriescollection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ items:
In addition to this signature, this method has the following signatures:


`load(option?: string \| string\[\]): Excel.ChartSeriesCollection` - Where option is a comma-delimited string or
an array of strings that specify the properties/relationships to load.
`load(option?: string | string[]): Excel.ChartSeriesCollection` - Where option is a comma-delimited string or an
array of strings that specify the properties/relationships to load.


`load(option?: { select?: string; expand?: string; }): Excel.ChartSeriesCollection` - Where option.select is a
Expand Down
4 changes: 2 additions & 2 deletions docs/docs-ref-autogen/excel/excel.chartseriesformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ items:
In addition to this signature, this method has the following signatures:


`load(option?: string \| string\[\]): Excel.ChartSeriesFormat` - Where option is a comma-delimited string or an
array of strings that specify the properties/relationships to load.
`load(option?: string | string[]): Excel.ChartSeriesFormat` - Where option is a comma-delimited string or an array
of strings that specify the properties/relationships to load.


`load(option?: { select?: string; expand?: string; }): Excel.ChartSeriesFormat` - Where option.select is a
Expand Down
2 changes: 1 addition & 1 deletion docs/docs-ref-autogen/excel/excel.charttitle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ items:
In addition to this signature, this method has the following signatures:


`load(option?: string \| string\[\]): Excel.ChartTitle` - Where option is a comma-delimited string or an array of
`load(option?: string | string[]): Excel.ChartTitle` - Where option is a comma-delimited string or an array of
strings that specify the properties/relationships to load.


Expand Down
4 changes: 2 additions & 2 deletions docs/docs-ref-autogen/excel/excel.charttitleformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ items:
In addition to this signature, this method has the following signatures:


`load(option?: string \| string\[\]): Excel.ChartTitleFormat` - Where option is a comma-delimited string or an
array of strings that specify the properties/relationships to load.
`load(option?: string | string[]): Excel.ChartTitleFormat` - Where option is a comma-delimited string or an array
of strings that specify the properties/relationships to load.


`load(option?: { select?: string; expand?: string; }): Excel.ChartTitleFormat` - Where option.select is a
Expand Down
4 changes: 2 additions & 2 deletions docs/docs-ref-autogen/excel/excel.charttrendline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ items:
In addition to this signature, this method has the following signatures:


`load(option?: string \| string\[\]): Excel.ChartTrendline` - Where option is a comma-delimited string or an array
of strings that specify the properties/relationships to load.
`load(option?: string | string[]): Excel.ChartTrendline` - Where option is a comma-delimited string or an array of
strings that specify the properties/relationships to load.


`load(option?: { select?: string; expand?: string; }): Excel.ChartTrendline` - Where option.select is a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ items:
In addition to this signature, this method has the following signatures:


`load(option?: string \| string\[\]): Excel.ChartTrendlineCollection` - Where option is a comma-delimited string
or an array of strings that specify the properties/relationships to load.
`load(option?: string | string[]): Excel.ChartTrendlineCollection` - Where option is a comma-delimited string or
an array of strings that specify the properties/relationships to load.


`load(option?: { select?: string; expand?: string; }): Excel.ChartTrendlineCollection` - Where option.select is a
Expand Down
2 changes: 1 addition & 1 deletion docs/docs-ref-autogen/excel/excel.charttrendlineformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ items:
In addition to this signature, this method has the following signatures:


`load(option?: string \| string\[\]): Excel.ChartTrendlineFormat` - Where option is a comma-delimited string or an
`load(option?: string | string[]): Excel.ChartTrendlineFormat` - Where option is a comma-delimited string or an
array of strings that specify the properties/relationships to load.


Expand Down
Loading