'DeclarationPublic ReadOnly Default Property Item( _ ByVal Index As System.Integer _ ) As System.Object
public System.object this[ System.int Index ]; {get;}
Parameters
- Index
- The 1-based index of the component to return
'DeclarationPublic ReadOnly Default Property Item( _ ByVal Index As System.Integer _ ) As System.Object
public System.object this[ System.int Index ]; {get;}
If Item is 0, then the overall value (equivalent to the Value) is returned
If the VM is greater than 1 then individual items may be accessed by using the 1-based index.