Click or drag to resize

ExcelCellStylesCollectionAddStyle Method

Adds a new style to the styles collection.

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.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