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