NanoXLSX Library Documentation
![]() | WorksheetSetActiveStyle Method |
Sets the active style of the worksheet. This style will be assigned to all later added cells
Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)

C#
public void SetActiveStyle( Style style )
Parameters
- style
- Type: NanoXLSX.StyleStyle
Style to set as active style
