Back to Devexpress

CopyMultiSelectionMode Enum

corelibraries-devexpress-dot-xtrapivotgrid-d6a5f9b2.md

latest1.9 KB
Original Source

CopyMultiSelectionMode Enum

Lists values that specify how to copy cells to the Clipboard when multiple cells are selected.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.PivotGrid.v25.2.Core.dll

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
public enum CopyMultiSelectionMode
vb
Public Enum CopyMultiSelectionMode

Members

NameDescription
IncludeIntermediateColumnsAndRows

Columns and rows located between the selected cells (blocks of cells) are copied to the Clipboard with their cells empty.

| | DiscardIntermediateColumnsAndRows |

Columns and rows located between the selected cells (blocks of cells) are not copied to the Clipboard.

|

The following properties accept/return CopyMultiSelectionMode values:

Remarks

Values listed by this enumeration are used to set the PivotGridOptionsBehaviorBase.ClipboardCopyMultiSelectionMode property.

See Also

DevExpress.XtraPivotGrid Namespace