CellSmartTag: CellSmartTag

View source: R/CellSmartTag.R

CellSmartTagR Documentation

CellSmartTag

Description

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

Usage

CellSmartTag(
  cellSmartTagPr = list(),
  type = NULL,
  deleted = FALSE,
  xmlBased = FALSE,
  ...
)

Arguments

cellSmartTagPr

cellSmartTagPr

type

type

deleted

deleted

xmlBased

xmlBased

...

Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

## Not run: 
CellSmartTag(type = 1L)

## End(Not run)


xlcharts documentation built on May 29, 2024, 7:58 a.m.