Skip to content
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
8 changes: 4 additions & 4 deletions types/office-js-preview/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8014,7 +8014,7 @@ declare namespace Office {
* </table>
*
* The `format:` property specifies values that correspond to a subset of the settings available in the Format Cells dialog box in Excel
* (Right-click then select **Format Cells**, or **Home** \> **Format** \> **Format Cells**).
* (Open the context menu (right-click or select and hold) then select **Format Cells**, or **Home** \> **Format** \> **Format Cells**).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider leading with the generic outcome, then listing the mechanical actions. Also, I'd favor starting with right-click, since Windows is the overwhelming more popular add-in platform.

Suggested change
* (Select and hold (or right-click) to open the context menu then select **Format Cells**, or **Home** \> **Format** \> **Format Cells**).
* Open the context menu (right-click or select and hold) then select **Format Cells**, or **Home** \> **Format** \> **Format Cells**).

*
* @param cellReference An object literal containing name-value pairs that specify the range of cells to get formatting from.
* @param formats An array specifying the format properties to get.
Expand Down Expand Up @@ -8068,7 +8068,7 @@ declare namespace Office {
* </table>
*
* The `format:` property specifies values that correspond to a subset of the settings available in the Format Cells dialog box in Excel
* (Right-click then select **Format Cells**, or **Home** \> **Format** \> **Format Cells**).
* (Open the context menu (right-click or select and hold) then select **Format Cells**, or **Home** \> **Format** \> **Format Cells**).
*
* @param cellReference An object literal containing name-value pairs that specify the range of cells to get formatting from.
* @param formats An array specifying the format properties to get.
Expand Down Expand Up @@ -8125,7 +8125,7 @@ declare namespace Office {
* </table>
*
* The `format:` property specifies values that correspond to a subset of the settings available in the Format Cells dialog box in Excel
* (Right-click then select **Format Cells**, or **Home** \> **Format** \> **Format Cells**).
* (Open the context menu (right-click or select and hold) then select **Format Cells**, or **Home** \> **Format** \> **Format Cells**).
*
* You specify the value of the `format:` property as a list of one or more property name - value pairs in a JavaScript object literal. The
* property name specifies the name of the formatting property to set, and value specifies the property value.
Expand Down Expand Up @@ -8224,7 +8224,7 @@ declare namespace Office {
* </table>
*
* The `format:` property specifies values that correspond to a subset of the settings available in the Format Cells dialog box in Excel
* (Right-click then select **Format Cells**, or **Home** \> **Format** \> **Format Cells**).
* (Open the context menu (right-click or select and hold) then select **Format Cells**, or **Home** \> **Format** \> **Format Cells**).
*
* You specify the value of the `format:` property as a list of one or more property name - value pairs in a JavaScript object literal. The
* property name specifies the name of the formatting property to set, and value specifies the property value.
Expand Down
8 changes: 4 additions & 4 deletions types/office-js/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8004,7 +8004,7 @@ declare namespace Office {
* </table>
*
* The `format:` property specifies values that correspond to a subset of the settings available in the Format Cells dialog box in Excel
* (Right-click then select **Format Cells**, or **Home** \> **Format** \> **Format Cells**).
* (Open the context menu (right-click or select and hold) then select **Format Cells**, or **Home** \> **Format** \> **Format Cells**).
*
* @param cellReference An object literal containing name-value pairs that specify the range of cells to get formatting from.
* @param formats An array specifying the format properties to get.
Expand Down Expand Up @@ -8058,7 +8058,7 @@ declare namespace Office {
* </table>
*
* The `format:` property specifies values that correspond to a subset of the settings available in the Format Cells dialog box in Excel
* (Right-click then select **Format Cells**, or **Home** \> **Format** \> **Format Cells**).
* (Open the context menu (right-click or select and hold) then select **Format Cells**, or **Home** \> **Format** \> **Format Cells**).
*
* @param cellReference An object literal containing name-value pairs that specify the range of cells to get formatting from.
* @param formats An array specifying the format properties to get.
Expand Down Expand Up @@ -8115,7 +8115,7 @@ declare namespace Office {
* </table>
*
* The `format:` property specifies values that correspond to a subset of the settings available in the Format Cells dialog box in Excel
* (Right-click then select **Format Cells**, or **Home** \> **Format** \> **Format Cells**).
* (Open the context menu (right-click or select and hold) then select **Format Cells**, or **Home** \> **Format** \> **Format Cells**).
*
* You specify the value of the `format:` property as a list of one or more property name - value pairs in a JavaScript object literal. The
* property name specifies the name of the formatting property to set, and value specifies the property value.
Expand Down Expand Up @@ -8214,7 +8214,7 @@ declare namespace Office {
* </table>
*
* The `format:` property specifies values that correspond to a subset of the settings available in the Format Cells dialog box in Excel
* (Right-click then select **Format Cells**, or **Home** \> **Format** \> **Format Cells**).
* (Open the context menu (right-click or select and hold) then select **Format Cells**, or **Home** \> **Format** \> **Format Cells**).
*
* You specify the value of the `format:` property as a list of one or more property name - value pairs in a JavaScript object literal. The
* property name specifies the name of the formatting property to set, and value specifies the property value.
Expand Down