PivotItem
ItemType Property
 | 
Specifies the type of the item. Value of 'default' indicates a grand total as the last row item value
Namespace:
Spire.Xls.Core.Spreadsheet.PivotTables
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public PivotItemType ItemType { get; set; }
 
Public Property ItemType As PivotItemType
	Get
	Set
 
public:
property PivotItemType ItemType {
	PivotItemType get ();
	void set (PivotItemType value);
}
 
member ItemType : PivotItemType with get, set
 
 
 
Property Value
Type:
PivotItemType
 
See Also