Uses of Class
com.microsoft.graph.models.WorkbookWorksheet
Packages that use WorkbookWorksheet
-
Uses of WorkbookWorksheet in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return WorkbookWorksheetModifier and TypeMethodDescriptionstatic WorkbookWorksheetWorkbookWorksheet.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueWorkbookChart.getWorksheet()Gets the worksheet property value.WorkbookNamedItem.getWorksheet()Gets the worksheet property value.WorkbookPivotTable.getWorksheet()Gets the worksheet property value.WorkbookRange.getWorksheet()Gets the worksheet property value.WorkbookTable.getWorksheet()Gets the worksheet property value.Methods in com.microsoft.graph.models that return types with arguments of type WorkbookWorksheetModifier and TypeMethodDescriptionWorkbookWorksheetCollectionResponse.getValue()Gets the value property value.Workbook.getWorksheets()Gets the worksheets property value.Methods in com.microsoft.graph.models with parameters of type WorkbookWorksheetModifier and TypeMethodDescriptionvoidWorkbookChart.setWorksheet(WorkbookWorksheet value) Sets the worksheet property value.voidWorkbookNamedItem.setWorksheet(WorkbookWorksheet value) Sets the worksheet property value.voidWorkbookPivotTable.setWorksheet(WorkbookWorksheet value) Sets the worksheet property value.voidWorkbookRange.setWorksheet(WorkbookWorksheet value) Sets the worksheet property value.voidWorkbookTable.setWorksheet(WorkbookWorksheet value) Sets the worksheet property value.Method parameters in com.microsoft.graph.models with type arguments of type WorkbookWorksheetModifier and TypeMethodDescriptionvoidWorkbookWorksheetCollectionResponse.setValue(List<WorkbookWorksheet> value) Sets the value property value.voidWorkbook.setWorksheets(List<WorkbookWorksheet> value) Sets the worksheets property value.