You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like there is an issue in our snippets as the class does not have values atribute.
The ideal scenario for working with this Model would be:
frommsgraph.generated.models.workbook_table_rowimportWorkbookTableRow# Create an instance of WorkbookTableRow with numeric valuesworkbook_table_row_instance=WorkbookTableRow(
index=5, odata_type="#microsoft.graph.workbookTableRow")
print(workbook_table_row_instance)
Considering your use case, what are you trying to achieve, is it to add rows to a workbook table, and populate the rows with some numeric data?
Describe the bug
Initializing a WorkbookTableRow as described in the API reference results in a TypeError.
Expected behavior
Correct initialization of a WorkbookTableRow in order to append a row to a workbook table.
How to reproduce
SDK Version
1.10.0
Latest version known to work for scenario above?
No response
Known Workarounds
No response
Debug output
Configuration
No response
Other information
No response
The text was updated successfully, but these errors were encountered: