IWorksheets
UseRangesCache Property
|
Indicates whether all created range objects should be cached.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool UseRangesCache { get; set; }
Property UseRangesCache As Boolean
Get
Set
property bool UseRangesCache {
bool get ();
void set (bool value);
}
abstract UseRangesCache : bool with get, set
Property Value
Type:
Boolean
See Also