Skip to main content
Version: 3.5

DataGridViewClipboardCopyMode

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Defines how content is copied from a DataGridView control to the Clipboard.

public enum DataGridViewClipboardCopyMode : Enum

Fields

NameDescription
CopyToClientThe text copied to the clipboard is also always sent to the client's clipboard automatically.
DisableCopying to the Clipboard is disabled.
EnableAlwaysIncludeHeaderTextThe text values of selected cells is copied to the Clipboard. The text in the header is included.
EnableWithAutoHeaderTextThe text values of selected cells is copied to the Clipboard. The text in the row header or column header is included only when the SelectionMode property is set to RowHeaderSelect or ColumnHeaderSelect or RowColumnHeaderSelect and at least one header is selected.
EnableWithoutHeaderTextThe text values of selected cells is copied to the Clipboard. The text in the header is not included.
ExcludeUnselectedColumnsExcludes the unselected columns in between the first and last selected columns.
ExcludeUnselectedRowsExcludes the unselected rows in between the first and last selected rows.

Used By

NameDescription
DataGridView.ClipboardCopyModeReturns or sets a value that indicates whether users can copy cell text values to the Clipboard and whether row and column header text is included.