Item Property (FillCollection)
Gets or sets the fill at the specified index.
public Fill this[
int
]; {get; set;}
'Declaration
Public Default Property Item( _
ByVal As Integer _
) As Fill
'Usage
Dim instance As FillCollection
Dim index As Integer
Dim value As Fill
instance.Item(index) = value
value = instance.Item(index)
Parameters
- index
- Index of the fill.
Property Value
Fill.