PivotItem
HasChildItems Property
 | 
Specifies a boolean value that indicates whether the approximate number of child items for this item is greater than zero.
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 HasChildItems { get; set; }
 
Public Property HasChildItems As Boolean
	Get
	Set
 
public:
property bool HasChildItems {
	bool get ();
	void set (bool value);
}
 
member HasChildItems : bool with get, set
 
 
 
Property Value
Type:
Boolean
 
See Also