IPivotTable
ShowDrillIndicators Property
|
The ShowDrillIndicators property is used for toggling the display of
drill indicators in the PivotTable.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool ShowDrillIndicators { get; set; }
Property ShowDrillIndicators As Boolean
Get
Set
property bool ShowDrillIndicators {
bool get ();
void set (bool value);
}
abstract ShowDrillIndicators : bool with get, set
Property Value
Type:
Boolean
See Also