Click or drag to resize

XlsRangesCollection Style Property

Returns a Style object that represents the style of the specified range. Read/write IStyle.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
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