Winnovative Excel Library

ExcelCellStylesCollectionAddStyle Method

Winnovative Excel Library Documentation
Adds a new style to the styles collection.

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public ExcelCellStyle AddStyle(
	string styleName
)

Parameters

styleName
Type: SystemString
The name of style to create.

Return Value

Type: ExcelCellStyle
The newly created style
See Also

Reference