 | WorksheetSetActiveStyle Method |
Sets the active style of the worksheet. This style will be assigned to all later added cells
Namespace: PicoXLSXAssembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.5+3a069966d2787c42b695e5043a5e083b247634e3
Syntaxpublic void SetActiveStyle(
Style style
)
Parameters
- style Style
- Style to set as active style.
See Also