 | WorksheetSetActiveStyle Method |
Sets the active style of the worksheet. This style will be assigned to all later added cells
Namespace: NanoXLSXAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.2+7f12a949130e0be1e987e553d2d08c083176cdca
Syntaxpublic void SetActiveStyle(
Style style
)
Parameters
- style Style
- Style to set as active style
See Also