menu

WPF

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

    Show / Hide Table of Contents

    Enum CopyPasteOptions

    Defines copypaste options.

    Namespace: Syncfusion.UI.Xaml.CellGrid.Helpers
    Assembly: Syncfusion.SfCellGrid.WPF.dll
    Syntax
    [Flags]
    public enum CopyPasteOptions

    Fields

    Name Description
    All

    copy the values,formats,formulas

    ClipboardOnly

    Copy and paste the text from clipboard without styles

    Comments

    copy the comments only without values and formats

    Formats

    copy the formats such as background,foreground,comments,coveredcells without values

    Formulas

    copy the formulas and cellvalues without formats

    Transpose

    Rotate the row values

    Values

    copy the cellvalues only

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