ExcelCellStylesCollectionAddStyle Method

Adds a new style to the styles collection.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public ExcelCellStyle AddStyle(
	string styleName
)

Parameters

styleName  String
The name of style to create.

Return Value

ExcelCellStyle
The newly created style

See Also