WorksheetEditorInsertSnippet Method
Inserts snippet to the worksheet.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public void InsertSnippet(
string fileName,
bool insideArea
)
Public Sub InsertSnippet (
fileName As String,
insideArea As Boolean
)
public:
void InsertSnippet(
String^ fileName,
bool insideArea
)
member InsertSnippet :
fileName : string *
insideArea : bool -> unit
Parameters
- fileName String
-
Full path to the snippet file.
- insideArea Boolean
-
Defines if the snippet will be inserted into the Area Region.