OfficeDev / office-js-docs

[ARCHIVED] Microsoft Office Add-ins API Reference Documentation
https://docs.microsoft.com/javascript/api/overview/office
398 stars 247 forks source link

Casing suggestions in Excel 1.9 APIs #1521

Closed AlexJerabek closed 5 years ago

AlexJerabek commented 5 years ago

Product

Excel

Feedback

Some fields aren't camel cased correctly. Here are the ones I found in the new APIs and my suggested replacements.

ChartBoxwhiskerOptions -> ChartBoxWhiskerOptions ChartSeries.boxwhiskerOptions ->ChartSeries.boxWhiskerOptions ChartSeries.xerrorBars -> ChartSeries.xErrorBars ChartSeries.yerrorBars -> ChartSeries.yErrorBars FillPattern.crissCross -> FillPattern.crisscross PaperType.csheet -> PaperType.cSheet PaperType.dsheet -> PaperType.dSheet PaperType.esheet -> PaperType.eSheet PivotField.sortByValues(sortby […] -> PivotField.sortByValues(sortBy […] (x2) PivotLayout.setAutosortOnCell(sortby […] -> PivotLayout.setAutosortOnCell(sortBy […] (x2)

kbrandl commented 5 years ago

Closing this issue, as it's already been addressed.