menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum PasteOptions - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved