RemoveRange Method (C1CommandLinks)
In This Topic
Removes a range of elements
Syntax
'Declaration
Public Overrides Sub RemoveRange( _
ByVal As Integer, _
ByVal As Integer _
)
public override void RemoveRange(
int ,
int
)
Parameters
- index
- count
See Also