Remove(Int32,Int32) Method
In This Topic
Removes a range of children in this element.
Syntax
'Declaration
Public Overloads Overridable Sub Remove( _
ByVal As Integer, _
ByVal As Integer _
)
public virtual void Remove(
int ,
int
)
Parameters
- start
- The index of the first child to remove.
- count
- The count of children to remove.
See Also