Learn R Programming

xlcharts (version 0.0.1)

DefinedName: DefinedName

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.workbook.defined_name.html

Usage

DefinedName(
  name = NULL,
  comment = NULL,
  customMenu = NULL,
  description = NULL,
  help = NULL,
  statusBar = NULL,
  localSheetId = NULL,
  hidden = NULL,
  vbProcedure = NULL,
  xlm = NULL,
  functionGroupId = NULL,
  shortcutKey = NULL,
  publishToServer = NULL,
  workbookParameter = NULL,
  attr_text = NULL,
  ...
)

Value

An openpyxl Python object.

Arguments

name

name

comment

comment

customMenu

customMenu

description

description

help

help

statusBar

statusBar

localSheetId

localSheetId

hidden

hidden

vbProcedure

vbProcedure

xlm

xlm

functionGroupId

functionGroupId

shortcutKey

shortcutKey

publishToServer

publishToServer

workbookParameter

workbookParameter

attr_text

attr_text

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
DefinedName(name = "name")
}

Run the code above in your browser using DataLab