Click or drag to resize

ExcelCellStylesCollectionAddStyle Method

Adds a new style to the styles collection.

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public ExcelCellStyle AddStyle(
	string styleName
)

Parameters

styleName  String
The name of style to create.

Return Value

ExcelCellStyle
The newly created style
See Also