Removes the range of commands.

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

Syntax

C#
public void RemoveRange(
	int index,
	int count
)
Visual Basic (Declaration)
Public Sub RemoveRange ( _
	index As Integer, _
	count As Integer _
)
Visual C++
public:
void RemoveRange(
	int index, 
	int count
)

Parameters

index
Type: System..::.Int32
count
Type: System..::.Int32

See Also