WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum PasteOptions

    Show / Hide Table of Contents

    Enum PasteOptions

    Defines copypaste options for Spreadsheet.

    Namespace: Syncfusion.Windows.Forms.Spreadsheet
    Assembly: Syncfusion.Spreadsheet.Windows.dll
    Syntax
    public enum PasteOptions

    Fields

    Name Description
    Format

    Copies only the formatting alone without any values

    Formula

    Copies the Formula alone without any formatting

    FormulaFormat

    Copies the formulas along with its formats

    Paste

    Copies the values,formats,formulas..etc.,

    Value

    Copies the values alone without any formatting

    ValueFormat

    Copies the values along with its formats

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