IPivotTableOptions
ShowAsteriskTotals Property
|
True if an asterisk (*) is displayed next to each subtotal and grand total
value in the specified PivotTable report
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool ShowAsteriskTotals { get; set; }
Property ShowAsteriskTotals As Boolean
Get
Set
property bool ShowAsteriskTotals {
bool get ();
void set (bool value);
}
abstract ShowAsteriskTotals : bool with get, set
Property Value
Type:
Boolean
See Also