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,
...
)
Arguments
name
|
name |
comment
|
comment |
customMenu
|
customMenu |
description
|
description |
help
|
help |
statusBar
|
statusBar |
localSheetId
|
localSheetId |
hidden | |
vbProcedure
|
vbProcedure |
xlm
|
xlm |
functionGroupId
|
functionGroupId |
shortcutKey
|
shortcutKey |
publishToServer
|
publishToServer |
workbookParameter
|
workbookParameter |
attr_text
|
attr_text |
…
|
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
library("xlcharts")
DefinedName(name = "name")