RemoveAt Method (StyleCollection)
Removes the element with the specified index from the
StyleCollection.
public override void RemoveAt(
int
)
'Declaration
Public Overrides Sub RemoveAt( _
ByVal As Integer _
)
'Usage
Dim instance As StyleCollection
Dim index As Integer
instance.RemoveAt(index)
Parameters
- index
- The specified index integer.