-
Notifications
You must be signed in to change notification settings - Fork 261
[Excel](data types) How to create lambda methods #5128
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
base: main
Are you sure you want to change the base?
Conversation
Learn Build status updates of commit ece61cd: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit fd5e617: ❌ Validation status: errorsPlease follow instructions here which may help to resolve issue.
docs/excel/excel-add-ins-dot-functions.md
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. For any questions, please:
|
Learn Build status updates of commit 45be233: 💡 Validation status: suggestions
docs/excel/excel-add-ins-dot-functions.md
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. For any questions, please:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi David, a few typos and some consistency issues.
} | ||
``` | ||
|
||
As the user enters the function in Excel, autocomplete shows the properties of the function, and indicates optional arguments by surrounding them in brackets []. The following screenshot shows an example of the autocomplete for the `generateRandomRange` function. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As the user enters the function in Excel, autocomplete shows the properties of the function, and indicates optional arguments by surrounding them in brackets []. The following screenshot shows an example of the autocomplete for the `generateRandomRange` function. | |
As the user enters the function in Excel, autocomplete shows the properties of the function, and indicates optional arguments by surrounding them in brackets []. The following screenshot shows an example of the autocomplete for the `generateRandomRange` function. |
Missing a screenshot?
Co-authored-by: Linda Cannon <[email protected]>
Co-authored-by: Linda Cannon <[email protected]>
Co-authored-by: Linda Cannon <[email protected]>
Learn Build status updates of commit 133d87a: 💡 Validation status: suggestions
docs/excel/excel-add-ins-dot-functions.md
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. For any questions, please:
|
Learn Build status updates of commit e1d39ab: 💡 Validation status: suggestions
docs/excel/excel-add-ins-dot-functions.md
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. For any questions, please:
|
Documents how to support dot syntax in formulas with your data types by adding lambda methods.