Gets the style with the specified name from collection.
Namespace:
Winnovative.ExcelLib
Assembly:
wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.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
Parameters
- styleName
- Type: SystemString
Property Value
Type:
ExcelCellStyle
Reference