RemoveItem Method (TileCollection)
In This Topic
Removes the item at the specified index of the
TileCollection.
Syntax
'Declaration
Protected Overrides Sub RemoveItem( _
ByVal As Integer _
)
protected override void RemoveItem(
int
)
Parameters
- index
See Also