menu

WinForms

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

    Show / Hide Table of Contents

    Class InsertDeleteCellsForm

    Inheritance
    System.Object
    CommandBaseForm
    InsertDeleteCellsForm
    Inherited Members
    CommandBaseForm.CancelAction()
    CommandBaseForm.OnClosed(EventArgs)
    CommandBaseForm.OnClosing(CancelEventArgs)
    CommandBaseForm.OnLoad(EventArgs)
    CommandBaseForm.ProcessCmdKey(Message, Keys)
    CommandBaseForm.SfSpreadsheet
    CommandBaseForm.WorkSheet
    Namespace: Syncfusion.Windows.Forms.Spreadsheet.Commands
    Assembly: Syncfusion.Spreadsheet.Windows.dll
    Syntax
    public class InsertDeleteCellsForm : CommandBaseForm

    Constructors

    InsertDeleteCellsForm()

    Declaration
    public InsertDeleteCellsForm()

    Properties

    InsertDeleteCells

    Gets or Sets true if the Cell is to be inserted and returns false when the Cells is to be deleted

    Declaration
    public bool InsertDeleteCells { get; set; }
    Property Value
    Type
    System.Boolean

    Methods

    Dispose(Boolean)

    Clean up any resources being used.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    true if managed resources should be disposed; otherwise, false.

    OnApplySettings()

    Applies the changes into the xlsio workbook.

    Declaration
    protected override void OnApplySettings()
    Overrides
    CommandBaseForm.OnApplySettings()

    OnLoaded()

    Load the initial settings into form.

    Declaration
    protected override void OnLoaded()
    Overrides
    CommandBaseForm.OnLoaded()

    UnWireEvents()

    Unhook the triggered events.

    Declaration
    protected override void UnWireEvents()
    Overrides
    CommandBaseForm.UnWireEvents()

    WireEvents()

    Hook the required events.

    Declaration
    protected override void WireEvents()
    Overrides
    CommandBaseForm.WireEvents()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved