IPivotTable
ShowRowGrand Property
 | 
Gets/sets value indicating whether the PivotTable contains grand totals for rows.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
bool ShowRowGrand { get; set; }
 
Property ShowRowGrand As Boolean
	Get
	Set
 
property bool ShowRowGrand {
	bool get ();
	void set (bool value);
}
 
abstract ShowRowGrand : bool with get, set
 
 
 
Property Value
Type:
Boolean
 
See Also