Click or drag to resize

XlsWorksheet AllocatedRange Property

Read-only. Returns a Range object that represents a cell or a range of cells.

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

Property Value

Type: IXLSRange

Implements

IWorksheet AllocatedRange
See Also