'Declaration
Public Default Property Item( _
ByVal As Integer _
) As DataCell
public DataCell this[
int
]; {get; set;}
Parameters
- index
- A zero-based Integer indicating the index of the DataCell object to return or set.
Property Value
The DataCell object at the specified position.