XlsPivotCache
IsInvalidData Property
 | 
Specifies a boolean value that indicates whether the cache needs to be refreshed.
Namespace:
Spire.Xls.Core.Spreadsheet.PivotTables
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public bool IsInvalidData { get; set; }
 
Public Property IsInvalidData As Boolean
	Get
	Set
 
public:
property bool IsInvalidData {
	bool get ();
	void set (bool value);
}
 
member IsInvalidData : bool with get, set
 
 
 
Property Value
Type:
Boolean
 
See Also