 | CellSetStyle Method |
Sets the style of the cell
Namespace: PicoXLSXAssembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.5+979f63df73597c59a561adf6eaf77d31604cfe2e
Syntaxpublic Style SetStyle(
Style style,
bool unmanaged = false
)
Parameters
- style Style
- Style to assign.
- unmanaged Boolean (Optional)
- Internally used: If true, the style repository is not invoked and only the style object of the cell is updated. Do not use!.
Return Value
StyleIf the passed style already exists in the repository, the existing one will be returned, otherwise the passed one.
See Also