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; }
Public Property UseRangesCache As Boolean
Get
Set
public:
virtual property bool UseRangesCache {
bool get () sealed;
void set (bool value) sealed;
}
abstract UseRangesCache : bool with get, set
override UseRangesCache : bool with get, set
Property Value
Type:
Boolean
Implements
IWorksheet
UseRangesCache
See Also