In This Topic
Removes the Style object at the specified index.
Syntax
'Declaration
Public Overloads Sub Remove( _
ByVal As Integer _
)
public void Remove(
int
)
Parameters
- index
- Specifies the index of the Style object to be removed from the collection.
See Also