Click or drag to resize

ExcelCellStylesCollectionItem(String) Property

Gets the style with the specified name from collection.

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

Parameters

styleName  String
 

Property Value

ExcelCellStyle
See Also