Cycles the references touched by the cursor through the four
absolute/relative states, Excel F4 style: A1 -> $A$1 -> A$1 -> $A1 -> A1.
Returns the new text together with the new cursor start and end.
start and end are char offsets into value.
Optionalscope: number | nullReturns all Excel built-in named styles as a NamedStyle[].
These are always available regardless of whether the workbook uses them.
Gets Settings format info
Returns completion information for a formula being edited in a cell.
formula is the raw cell input (it may start with =) and cursor is a
char offset into it.
Gets the language of the model
Gets the locale of the model
Returns which formatting categories the named style includes.
Returns the current workbook theme.
Gets the timezone of the model
Applies a named style to the current selection. If the style is a built-in not yet in the workbook, it is added first.
Resolves a Color value to a CSS hex string using the current workbook theme.
Accepts Color; returns "" for absent/None colors.
Sets the language of the model
Staticfrom_
Creates a new named style.
includesselects which formatting categories the style carries.