WorksheetInsertImpl(ButtonAction) Method

Implementation of Insert(ButtonAction).

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
protected abstract bool InsertImpl(
	ButtonAction action
)

Parameters

action  ButtonAction
Action to perform.

Return Value

Boolean
if the action is performed, if the action is cancelled.

See Also