XlsPivotCache
IsSupportSubQuery Property
|
Specifies whether the cache's data source supports subqueries
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 IsSupportSubQuery { get; set; }
Public Property IsSupportSubQuery As Boolean
Get
Set
public:
property bool IsSupportSubQuery {
bool get ();
void set (bool value);
}
member IsSupportSubQuery : bool with get, set
Property Value
Type:
Boolean
See Also