[]
        
(Showing Draft Content)

FarPoint.Win.Spread.EditModeStartingEventArgs.-ctor

EditModeStartingEventArgs Constructor

EditModeStartingEventArgs(bool, bool)

Creates a new object with the EditModeStarting event arguments.

Declaration
public EditModeStartingEventArgs(bool editFormula, bool cancel)
Public Sub New(editFormula As Boolean, cancel As Boolean)
Parameters
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.

EditModeStartingEventArgs(bool)

Creates a new object with the EditModeStarting event arguments.

Declaration
public EditModeStartingEventArgs(bool editFormula)
Public Sub New(editFormula As Boolean)
Parameters
Type Name Description
bool editFormula

True if a cell formula will be edited; false if a cell value will be edited

EditModeStartingEventArgs(bool, bool, bool)

Creates a new object with the EditModeStarting event arguments.

Declaration
public EditModeStartingEventArgs(bool editFormula, bool cancel, bool richTextSupported)
Public Sub New(editFormula As Boolean, cancel As Boolean, richTextSupported As Boolean)
Parameters
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