Click or drag to resize

XlsRangesCollection CellStyleName Property

Returns name of the Style object that represents the style of the specified range. Read/write String.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string CellStyleName { get; set; }

Property Value

Type: String

Implements

IXLSRange CellStyleName
See Also