[]
Represents a cells editor form.
public class CellsEditorForm : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Public Class CellsEditorForm
Inherits Form
Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Name | Description |
---|---|
CellsEditorForm(SheetView) | Creates a new cells editor form for the specified sheet. |
Name | Description |
---|---|
Dispose(bool) | Cleans up any resources being used. |
OnApplied(EventArgs) | Fires the Applied event. |
OnApplying(EventArgs) | Fires the Applying event. |
OnClosing(CancelEventArgs) | Occurs when closing. |
Name | Description |
---|---|
Applied | Occurs when the editor has finished applying changes. |
Applying | Occurs when the editor is about to begin applying changes. |