MicrosoftGraphWorkbookTable |
MicrosoftGraphWorkbookTable.withAdditionalProperties(Map<String,Object> additionalProperties) |
Set the additionalProperties property: workbookTable.
|
MicrosoftGraphWorkbookTable |
MicrosoftGraphWorkbookTable.withColumns(List<MicrosoftGraphWorkbookTableColumn> columns) |
Set the columns property: Represents a collection of all the columns in the table.
|
MicrosoftGraphWorkbookTable |
MicrosoftGraphWorkbookTable.withHighlightFirstColumn(Boolean highlightFirstColumn) |
Set the highlightFirstColumn property: Indicates whether the first column contains special formatting.
|
MicrosoftGraphWorkbookTable |
MicrosoftGraphWorkbookTable.withHighlightLastColumn(Boolean highlightLastColumn) |
Set the highlightLastColumn property: Indicates whether the last column contains special formatting.
|
MicrosoftGraphWorkbookTable |
MicrosoftGraphWorkbookTable.withId(String id) |
Set the id property: Read-only.
|
MicrosoftGraphWorkbookTable |
MicrosoftGraphWorkbookTable.withLegacyId(String legacyId) |
Set the legacyId property: Legacy Id used in older Excle clients.
|
MicrosoftGraphWorkbookTable |
MicrosoftGraphWorkbookTable.withName(String name) |
Set the name property: Name of the table.
|
MicrosoftGraphWorkbookTable |
MicrosoftGraphWorkbookTable.withRows(List<MicrosoftGraphWorkbookTableRow> rows) |
Set the rows property: Represents a collection of all the rows in the table.
|
MicrosoftGraphWorkbookTable |
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 |
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 |
MicrosoftGraphWorkbookTable.withShowFilterButton(Boolean showFilterButton) |
Set the showFilterButton property: Indicates whether the filter buttons are visible at the top of each column
header.
|
MicrosoftGraphWorkbookTable |
MicrosoftGraphWorkbookTable.withShowHeaders(Boolean showHeaders) |
Set the showHeaders property: Indicates whether the header row is visible or not.
|
MicrosoftGraphWorkbookTable |
MicrosoftGraphWorkbookTable.withShowTotals(Boolean showTotals) |
Set the showTotals property: Indicates whether the total row is visible or not.
|
MicrosoftGraphWorkbookTable |
MicrosoftGraphWorkbookTable.withSort(MicrosoftGraphWorkbookTableSort sort) |
Set the sort property: workbookTableSort.
|
MicrosoftGraphWorkbookTable |
MicrosoftGraphWorkbookTable.withStyle(String style) |
Set the style property: Constant value that represents the Table style.
|
MicrosoftGraphWorkbookTable |
MicrosoftGraphWorkbookTable.withWorksheet(MicrosoftGraphWorkbookWorksheet worksheet) |
Set the worksheet property: workbookWorksheet.
|