RemoveAt Method (GridStyleCollection)
In This Topic
Removes the
Style at the specified index.
Syntax
'Declaration
Public Shadows Sub RemoveAt( _
ByVal As Integer _
)
public new void RemoveAt(
int
)
Parameters
- index
- Teh zero-based index of the Style to remove.
See Also