Click or drag to resize

ExcelCellStylesCollectionItem Property (String)

Gets the style with the specified name from collection.

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public ExcelCellStyle this[
	string styleName
] { get; }

Parameters

styleName
Type: SystemString

Property Value

Type: ExcelCellStyle
See Also