Uses of Class
com.microsoft.graph.models.WorkbookTableRow
Packages that use WorkbookTableRow
-
Uses of WorkbookTableRow in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return WorkbookTableRowModifier and TypeMethodDescriptionstatic WorkbookTableRowWorkbookTableRow.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type WorkbookTableRowModifier and TypeMethodDescriptionWorkbookTable.getRows()Gets the rows property value.WorkbookTableRowCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type WorkbookTableRowModifier and TypeMethodDescriptionvoidWorkbookTable.setRows(List<WorkbookTableRow> value) Sets the rows property value.voidWorkbookTableRowCollectionResponse.setValue(List<WorkbookTableRow> value) Sets the value property value.