Click or drag to resize

XlsRange Style Property

Returns a Style object that represents the style of the specified range.

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

Property Value

Type: IStyle

Implements

IXLSRange Style
See Also