XlsPivotField
SubtotalTop Property
|
Get or set whether show
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 SubtotalTop { get; set; }
Public Property SubtotalTop As Boolean
Get
Set
public:
property bool SubtotalTop {
bool get ();
void set (bool value);
}
member SubtotalTop : bool with get, set
Property Value
Type:
Boolean
See Also