WorksheetEditorInsertSnippet Method

Inserts snippet to the worksheet.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public void InsertSnippet(
	string fileName,
	bool insideArea
)

Parameters

fileName  String
Full path to the snippet file.
insideArea  Boolean
Defines if the snippet will be inserted into the Area Region.

See Also