corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionsprint-cbdf4005.md
Gets or sets the distance between the values of column fields when the pivot grid is printed.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.PivotGrid.v25.2.Core.dll
NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
[DefaultValue(0)]
public int ColumnFieldValueSeparator { get; set; }
<DefaultValue(0)>
Public Property ColumnFieldValueSeparator As Integer
| Type | Default | Description |
|---|---|---|
| Int32 | 0 |
An integer value which specifies the distance between column field values, in pixels, when the pivot grid is printed.
|
You can access this nested property as listed below:
| Object Type | Path to ColumnFieldValueSeparator |
|---|---|
| PivotGridControl |
.OptionsPrint .ColumnFieldValueSeparator
|
The ColumnFieldValueSeparator property is in effect for the WYSIWYG export mode only. To specify Pivot Grid export settings while exporting in Data-Aware mode, create the options (the PivotXlsExportOptions or PivotXlsxExportOptions instance) and pass the options to the PivotGridControl.ExportToXls or PivotGridControl.ExportToXlsx method respectively.
See Also