IPivotTable
ColumnsPerPage Property
 | 
Specifies the number of columns per page for this PivotTable that the filter area will occupy.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
int ColumnsPerPage { get; }
 
ReadOnly Property ColumnsPerPage As Integer
	Get
 
property int ColumnsPerPage {
	int get ();
}
 
abstract ColumnsPerPage : int with get
 
 
 
Property Value
Type:
Int32
 
See Also