Enum PasteOptions
Defines the constants that specify the possible paste option in SfDataGrid.
Namespace: Syncfusion.WinForms.DataGrid.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public enum PasteOptions
Fields
| Name | Description |
|---|---|
| ExcludeFirstLine | Specifies the clipboard copied content is pasted to SfDataGrid except the first line. |
| IncludeHiddenColumn | Specifies the clipboard copied content with hidden column values is pasted to SfDataGrid. |
| None | Specifies the paste support is disabled. |
| PasteData | Specifies the clipboard copied content is pasted to SfDataGrid. |