Worksheet.SetActiveStyle Method

NanoXLSX

NanoXLSX

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)
Syntax
C#
public void SetActiveStyle(
	Style style
)

Parameters

style
Type: NanoXLSX.StyleStyle
Style to set as active style
See Also