WorksheetInsert(ButtonAction) Method

Performs the specified ButtonAction and inserts the regions which are created by it. The regions are taken from CurrentRegions.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public bool Insert(
	ButtonAction action
)

Parameters

action  ButtonAction
Action to perform.

Return Value

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

See Also