alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class GridFormulaCopyFlags

    Specifies behavior for copy, paste, and drag-and-drop operations.

    Inheritance
    System.Object
    GridFormulaCopyFlags
    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public sealed class GridFormulaCopyFlags : Enum
    Remarks

    Settings determine whether the formula or the calculated result is copied and whether formula references are updated when cells containing formulas are pasted or dropped.

    Fields

    ClipBoardFormula

    The formula text is placed on the Clipboard.

    Declaration
    public const GridFormulaCopyFlags ClipBoardFormula
    Field Value
    Type
    GridFormulaCopyFlags

    ClipBoardReferencesAdjusted

    Cell references in pasted formulas are adjusted for their new location.

    Declaration
    public const GridFormulaCopyFlags ClipBoardReferencesAdjusted
    Field Value
    Type
    GridFormulaCopyFlags

    ClipBoardText

    The computed value text is placed on the Clipboard.

    Declaration
    public const GridFormulaCopyFlags ClipBoardText
    Field Value
    Type
    GridFormulaCopyFlags

    InsDelRangeReferencesUpdated

    Cell references are updated when rows or columns are removed or inserted.

    Declaration
    public const GridFormulaCopyFlags InsDelRangeReferencesUpdated
    Field Value
    Type
    GridFormulaCopyFlags

    NamedRangeReferencesUpdated

    Cell references are updated when rows or columns are removed or inserted.

    Declaration
    public const GridFormulaCopyFlags NamedRangeReferencesUpdated
    Field Value
    Type
    GridFormulaCopyFlags

    None

    No copy flags set.

    Declaration
    public const GridFormulaCopyFlags None
    Field Value
    Type
    GridFormulaCopyFlags

    UpdateReferencesDuringDnD

    Cell references are updated if the cell is moved using an Ole Drag and Drop operation within the same GridControl.

    Declaration
    public const GridFormulaCopyFlags UpdateReferencesDuringDnD
    Field Value
    Type
    GridFormulaCopyFlags
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved