XlsPivotTable
PageFieldWrapCount Property
|
Returns or sets the number of page fields in each column
or row in the PivotTable report.
Namespace:
Spire.Xls.Core.Spreadsheet.PivotTables
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int PageFieldWrapCount { get; set; }
Public Property PageFieldWrapCount As Integer
Get
Set
public:
property int PageFieldWrapCount {
int get ();
void set (int value);
}
member PageFieldWrapCount : int with get, set
Property Value
Type:
Int32
See Also