Learn R Programming

xlcharts (version 0.0.1)

Selection: Selection

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.views.html

Usage

Selection(
  pane = NULL,
  activeCell = "A1",
  activeCellId = NULL,
  sqref = "A1",
  ...
)

Value

An openpyxl Python object.

Arguments

pane

pane

activeCell

activeCell

activeCellId

activeCellId

sqref

sqref

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
Selection()
}

Run the code above in your browser using DataLab