Uses of Class
odata.msgraph.client.beta.entity.WorkbookRangeFormat.Builder
-
Packages that use WorkbookRangeFormat.Builder Package Description odata.msgraph.client.beta.entity -
-
Uses of WorkbookRangeFormat.Builder in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return WorkbookRangeFormat.Builder Modifier and Type Method Description static WorkbookRangeFormat.BuilderWorkbookRangeFormat. builderWorkbookRangeFormat()Returns a builder which is used to create a new instance of this class (given that this class is immutable).WorkbookRangeFormat.BuilderWorkbookRangeFormat.Builder. columnWidth(Double columnWidth)WorkbookRangeFormat.BuilderWorkbookRangeFormat.Builder. horizontalAlignment(String horizontalAlignment)WorkbookRangeFormat.BuilderWorkbookRangeFormat.Builder. id(String id)WorkbookRangeFormat.BuilderWorkbookRangeFormat.Builder. rowHeight(Double rowHeight)WorkbookRangeFormat.BuilderWorkbookRangeFormat.Builder. verticalAlignment(String verticalAlignment)WorkbookRangeFormat.BuilderWorkbookRangeFormat.Builder. wrapText(Boolean wrapText)
-