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
Methods 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. withText(Json text)WorkbookRangeViewWorkbookRangeView. withUnmappedField(String name, String 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() -
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()
-