Uses of Class
odata.msgraph.client.entity.WorkbookRangeFormat
-
Packages that use WorkbookRangeFormat Package Description odata.msgraph.client.entity -
-
Uses of WorkbookRangeFormat in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity that return WorkbookRangeFormat Modifier and Type Method Description WorkbookRangeFormatWorkbookRangeFormat.Builder. build()WorkbookRangeFormatWorkbookRangeFormat. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.WorkbookRangeFormatWorkbookRangeFormat. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).WorkbookRangeFormatWorkbookRangeFormat. withColumnWidth(Double columnWidth)WorkbookRangeFormatWorkbookRangeFormat. withHorizontalAlignment(String horizontalAlignment)WorkbookRangeFormatWorkbookRangeFormat. withRowHeight(Double rowHeight)WorkbookRangeFormatWorkbookRangeFormat. withUnmappedField(String name, String value)WorkbookRangeFormatWorkbookRangeFormat. withVerticalAlignment(String verticalAlignment)WorkbookRangeFormatWorkbookRangeFormat. withWrapText(Boolean wrapText)
-