DataGridViewClipboardCopyMode
Wisej.Web.DataGridViewClipboardCopyMode
Last updated
Was this helpful?
Wisej.Web.DataGridViewClipboardCopyMode
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Defines how content is copied from a DataGridView control to the Clipboard.
CopyToClient
The text copied to the clipboard is also always sent to the client's clipboard automatically.
Disable
Copying to the Clipboard is disabled.
EnableAlwaysIncludeHeaderText
The text values of selected cells is copied to the Clipboard. The text in the header is included.
EnableWithAutoHeaderText
The text values of selected cells is copied to the Clipboard. The text in the row header or column header is included only when the property is set to or or and at least one header is selected.
EnableWithoutHeaderText
The text values of selected cells is copied to the Clipboard. The text in the header is not included.
ExcludeUnselectedColumns
Excludes the unselected columns in between the first and last selected columns.
ExcludeUnselectedRows
Excludes the unselected rows in between the first and last selected rows.
Returns or sets a value that indicates whether users can copy cell text values to the and whether row and column header text is included.