ExcelCellStyleName Property

Gets the name of this cell style. The name is assigned when the style is added to the Styles collection of the workbook.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public string Name { get; }

Property Value

String

See Also