[]
Creates a new object with the EditModeStarting event arguments.
public EditModeStartingEventArgs(bool editFormula, bool cancel)
Public Sub New(editFormula As Boolean, cancel As Boolean)
Type | Name | Description |
---|---|---|
bool | editFormula | True if a cell formula will be edited; false if a cell value will be edited |
bool | cancel | True to cancel edit mode. |
Creates a new object with the EditModeStarting event arguments.
public EditModeStartingEventArgs(bool editFormula)
Public Sub New(editFormula As Boolean)
Type | Name | Description |
---|---|---|
bool | editFormula | True if a cell formula will be edited; false if a cell value will be edited |
Creates a new object with the EditModeStarting event arguments.
public EditModeStartingEventArgs(bool editFormula, bool cancel, bool richTextSupported)
Public Sub New(editFormula As Boolean, cancel As Boolean, richTextSupported As Boolean)
Type | Name | Description |
---|---|---|
bool | editFormula | True if a cell formula will be edited; false if a cell value will be edited |
bool | cancel | |
bool | richTextSupported |