Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookTable
Packages that use MicrosoftGraphWorkbookTable
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphWorkbookTable in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphWorkbookTableModifier and TypeMethodDescriptionMicrosoftGraphWorkbookTable.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookTable.MicrosoftGraphWorkbookTable.withColumns(List<MicrosoftGraphWorkbookTableColumn> columns) Set the columns property: Represents a collection of all the columns in the table.MicrosoftGraphWorkbookTable.withHighlightFirstColumn(Boolean highlightFirstColumn) Set the highlightFirstColumn property: Indicates whether the first column contains special formatting.MicrosoftGraphWorkbookTable.withHighlightLastColumn(Boolean highlightLastColumn) Set the highlightLastColumn property: Indicates whether the last column contains special formatting.Set the id property: Read-only.MicrosoftGraphWorkbookTable.withLegacyId(String legacyId) Set the legacyId property: Legacy Id used in older Excle clients.Set the name property: Name of the table.MicrosoftGraphWorkbookTable.withRows(List<MicrosoftGraphWorkbookTableRow> rows) Set the rows property: Represents a collection of all the rows in the table.MicrosoftGraphWorkbookTable.withShowBandedColumns(Boolean showBandedColumns) Set the showBandedColumns property: Indicates whether the columns show banded formatting in which odd columns are highlighted differently from even ones to make reading the table easier.MicrosoftGraphWorkbookTable.withShowBandedRows(Boolean showBandedRows) Set the showBandedRows property: Indicates whether the rows show banded formatting in which odd rows are highlighted differently from even ones to make reading the table easier.MicrosoftGraphWorkbookTable.withShowFilterButton(Boolean showFilterButton) Set the showFilterButton property: Indicates whether the filter buttons are visible at the top of each column header.MicrosoftGraphWorkbookTable.withShowHeaders(Boolean showHeaders) Set the showHeaders property: Indicates whether the header row is visible or not.MicrosoftGraphWorkbookTable.withShowTotals(Boolean showTotals) Set the showTotals property: Indicates whether the total row is visible or not.MicrosoftGraphWorkbookTable.withSort(MicrosoftGraphWorkbookTableSort sort) Set the sort property: workbookTableSort.Set the style property: Constant value that represents the Table style.MicrosoftGraphWorkbookTable.withWorksheet(MicrosoftGraphWorkbookWorksheet worksheet) Set the worksheet property: workbookWorksheet.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphWorkbookTableModifier and TypeMethodDescriptionMicrosoftGraphWorkbook.tables()Get the tables property: Represents a collection of tables associated with the workbook.MicrosoftGraphWorkbookWorksheet.tables()Get the tables property: Collection of tables that are part of the worksheet.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphWorkbookTableModifier and TypeMethodDescriptionMicrosoftGraphWorkbook.withTables(List<MicrosoftGraphWorkbookTable> tables) Set the tables property: Represents a collection of tables associated with the workbook.MicrosoftGraphWorkbookWorksheet.withTables(List<MicrosoftGraphWorkbookTable> tables) Set the tables property: Collection of tables that are part of the worksheet.