PivotItem
DrillAcross Property
 | 
Specifies a boolean value that indicates whether attribute hierarchies nested next to
each other on a PivotTable row or column will offer drilling "across" each other or not
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 DrillAcross { get; set; }
 
Public Property DrillAcross As Boolean
	Get
	Set
 
public:
property bool DrillAcross {
	bool get ();
	void set (bool value);
}
 
member DrillAcross : bool with get, set
 
 
 
Property Value
Type:
Boolean
 
See Also