AutonumberBullet
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.text.html
Usage
AutonumberBullet(type = NULL, startAt = NULL, ...)
Arguments
type
|
type |
startAt
|
startAt |
…
|
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
library("xlcharts")
AutonumberBullet(type = "hindiNumPeriod", startAt = 1L)