Inserts a new script at the specified index.

Namespace:  PerpetuumSoft.Reporting.Rendering
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public void Insert(
	int index,
	ScriptInfo value
)
Visual Basic (Declaration)
Public Sub Insert ( _
	index As Integer, _
	value As ScriptInfo _
)
Visual C++
public:
void Insert(
	int index, 
	ScriptInfo^ value
)

Parameters

index
Type: System..::.Int32
value
Type: ScriptInfo

See Also