'Declaration Public Overloads Property Item( _ ByVal index As Integer _ ) As SpreadImage
'Usage Dim instance As SpreadImageCollection Dim index As Integer Dim value As SpreadImage instance.Item(index) = value value = instance.Item(index)
public SpreadImage Item( int index ) {get; set;}
Parameters
- index