ExcelCellStylesCollectionItem(String) Property
Gets the style with the specified name from collection.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public ExcelCellStyle this[
string styleName
] { get; }
Public ReadOnly Default Property Item (
styleName As String
) As ExcelCellStyle
Get
public:
property ExcelCellStyle^ default[String^ styleName] {
ExcelCellStyle^ get (String^ styleName);
}
member Item : ExcelCellStyle with get
- styleName String
-
ExcelCellStyle