Click or drag to resize

XlsWorksheet UseRangesCache Property

Indicates whether all created range objects should be cached. Default value is true.

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

Property Value

Type: Boolean

Implements

IWorksheet UseRangesCache
See Also