Click or drag to resize

XlsWorksheet Range Property

Returns a Range object that represents the used range on the specified worksheet. Read-only.

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

Property Value

Type: XlsRange

Implements

IWorksheet Range
See Also