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

Syntax

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

See Also