Uses of Class
com.microsoft.graph.models.WorkbookTableColumn
Packages that use WorkbookTableColumn
-
Uses of WorkbookTableColumn in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return WorkbookTableColumnModifier and TypeMethodDescriptionstatic WorkbookTableColumnWorkbookTableColumn.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 WorkbookTableColumnModifier and TypeMethodDescriptionWorkbookTable.getColumns()Gets the columns property value.WorkbookTableColumnCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type WorkbookTableColumnModifier and TypeMethodDescriptionvoidWorkbookTable.setColumns(List<WorkbookTableColumn> value) Sets the columns property value.voidWorkbookTableColumnCollectionResponse.setValue(List<WorkbookTableColumn> value) Sets the value property value.