Uses of Class
odata.msgraph.client.entity.WorkbookRangeView
-
Packages that use WorkbookRangeView Package Description odata.msgraph.client.entity odata.msgraph.client.entity.collection.request odata.msgraph.client.entity.request -
-
Uses of WorkbookRangeView in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type WorkbookRangeView Modifier and Type Field Description protected List<WorkbookRangeView>WorkbookRangeView. rowsMethods in odata.msgraph.client.entity that return WorkbookRangeView Modifier and Type Method Description WorkbookRangeViewWorkbookRangeView.Builder. build()WorkbookRangeViewWorkbookRangeView. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.WorkbookRangeViewWorkbookRangeView. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).WorkbookRangeViewWorkbookRangeView. withCellAddresses(Json cellAddresses)WorkbookRangeViewWorkbookRangeView. withColumnCount(Integer columnCount)WorkbookRangeViewWorkbookRangeView. withFormulas(Json formulas)WorkbookRangeViewWorkbookRangeView. withFormulasLocal(Json formulasLocal)WorkbookRangeViewWorkbookRangeView. withFormulasR1C1(Json formulasR1C1)WorkbookRangeViewWorkbookRangeView. withIndex(Integer index)WorkbookRangeViewWorkbookRangeView. withNumberFormat(Json numberFormat)WorkbookRangeViewWorkbookRangeView. withRowCount(Integer rowCount)WorkbookRangeViewWorkbookRangeView. withRows(List<WorkbookRangeView> rows)WorkbookRangeViewWorkbookRangeView. withText(Json text)WorkbookRangeViewWorkbookRangeView. withUnmappedField(String name, Object value)WorkbookRangeViewWorkbookRangeView. withValues(Json values)WorkbookRangeViewWorkbookRangeView. withValueTypes(Json valueTypes)Methods in odata.msgraph.client.entity that return types with arguments of type WorkbookRangeView Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRangeView>WorkbookRange. visibleView()Methods in odata.msgraph.client.entity with parameters of type WorkbookRangeView Modifier and Type Method Description WorkbookRangeView.BuilderWorkbookRangeView.Builder. rows(WorkbookRangeView... rows)Method parameters in odata.msgraph.client.entity with type arguments of type WorkbookRangeView Modifier and Type Method Description WorkbookRangeView.BuilderWorkbookRangeView.Builder. rows(List<WorkbookRangeView> rows)WorkbookRangeViewWorkbookRangeView. withRows(List<WorkbookRangeView> rows) -
Uses of WorkbookRangeView in odata.msgraph.client.entity.collection.request
Methods in odata.msgraph.client.entity.collection.request that return types with arguments of type WorkbookRangeView Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRangeView>WorkbookRangeViewCollectionRequest. itemAt(Integer index) -
Uses of WorkbookRangeView in odata.msgraph.client.entity.request
Methods in odata.msgraph.client.entity.request that return types with arguments of type WorkbookRangeView Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRangeView>WorkbookRangeRequest. visibleView()
-