RemoveAt Method (FillCollection)
Removes a fill from the collection at the specified index.
public void RemoveAt(
int
)
'Declaration
Public Sub RemoveAt( _
ByVal As Integer _
)
'Usage
Dim instance As FillCollection
Dim index As Integer
instance.RemoveAt(index)
Parameters
- index
- Index of fill.