Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookWorksheet
Packages that use MicrosoftGraphWorkbookWorksheet
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphWorkbookWorksheet in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphWorkbookWorksheetModifier and TypeMethodDescriptionMicrosoftGraphWorkbookWorksheet.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookWorksheet.MicrosoftGraphWorkbookWorksheet.withCharts(List<MicrosoftGraphWorkbookChart> charts) Set the charts property: Returns collection of charts that are part of the worksheet.Set the id property: Read-only.Set the name property: The display name of the worksheet.MicrosoftGraphWorkbookWorksheet.withNames(List<MicrosoftGraphWorkbookNamedItem> names) Set the names property: Returns collection of names that are associated with the worksheet.MicrosoftGraphWorkbookWorksheet.withPivotTables(List<MicrosoftGraphWorkbookPivotTable> pivotTables) Set the pivotTables property: Collection of PivotTables that are part of the worksheet.MicrosoftGraphWorkbookWorksheet.withPosition(Integer position) Set the position property: The zero-based position of the worksheet within the workbook.MicrosoftGraphWorkbookWorksheet.withProtection(MicrosoftGraphWorkbookWorksheetProtection protection) Set the protection property: workbookWorksheetProtection.MicrosoftGraphWorkbookWorksheet.withTables(List<MicrosoftGraphWorkbookTable> tables) Set the tables property: Collection of tables that are part of the worksheet.MicrosoftGraphWorkbookWorksheet.withVisibility(String visibility) Set the visibility property: The Visibility of the worksheet.MicrosoftGraphWorkbookChart.worksheet()Get the worksheet property: workbookWorksheet.MicrosoftGraphWorkbookNamedItem.worksheet()Get the worksheet property: workbookWorksheet.MicrosoftGraphWorkbookPivotTable.worksheet()Get the worksheet property: workbookWorksheet.MicrosoftGraphWorkbookTable.worksheet()Get the worksheet property: workbookWorksheet.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphWorkbookWorksheetModifier and TypeMethodDescriptionMicrosoftGraphWorkbook.worksheets()Get the worksheets property: Represents a collection of worksheets associated with the workbook.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphWorkbookWorksheetModifier and TypeMethodDescriptionMicrosoftGraphWorkbookChart.withWorksheet(MicrosoftGraphWorkbookWorksheet worksheet) Set the worksheet property: workbookWorksheet.MicrosoftGraphWorkbookNamedItem.withWorksheet(MicrosoftGraphWorkbookWorksheet worksheet) Set the worksheet property: workbookWorksheet.MicrosoftGraphWorkbookPivotTable.withWorksheet(MicrosoftGraphWorkbookWorksheet worksheet) Set the worksheet property: workbookWorksheet.MicrosoftGraphWorkbookTable.withWorksheet(MicrosoftGraphWorkbookWorksheet worksheet) Set the worksheet property: workbookWorksheet.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphWorkbookWorksheetModifier and TypeMethodDescriptionMicrosoftGraphWorkbook.withWorksheets(List<MicrosoftGraphWorkbookWorksheet> worksheets) Set the worksheets property: Represents a collection of worksheets associated with the workbook.