'Declaration Public Default Property Item( _ ByVal index As Integer _ ) As RowDefinition
'Usage Dim instance As RowDefinitionCollection Dim index As Integer Dim value As RowDefinition instance.Item(index) = value value = instance.Item(index)
public RowDefinition this[ int index ]; {get; set;}
Parameters
- index