Skip to content

Commit ae01a85

Browse files
authored
[Excel] (Notes) Remove incorrect statement (#5259)
1 parent cb76614 commit ae01a85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/excel/excel-add-ins-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Work with notes using the Excel JavaScript API
33
description: Information on using the APIs to add, remove, and edit notes.
4-
ms.date: 04/04/2025
4+
ms.date: 06/26/2025
55
ms.localizationpriority: medium
66
---
77

@@ -71,7 +71,7 @@ await Excel.run(async (context) => {
7171
7272
## Change the size of a note
7373

74-
By default, notes are automatically sized to fit the content. To make notes larger or smaller, use the [Note.height](/javascript/api/excel/excel.note#excel-excel-note-height-member) and [Note.width](/javascript/api/excel/excel.note#excel-excel-note-width-member) properties.
74+
To make notes larger or smaller, use the [Note.height](/javascript/api/excel/excel.note#excel-excel-note-height-member) and [Note.width](/javascript/api/excel/excel.note#excel-excel-note-width-member) properties.
7575

7676
The following sample shows how to set the size of the first note in the `NoteCollection`.
7777

0 commit comments

Comments
 (0)