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