'Declaration ReadOnly Default Property Item( _ ByVal row As Integer, _ ByVal column As Integer _ ) As IPrimitiveValue
'Usage Dim instance As IValuesArray Dim row As Integer Dim column As Integer Dim value As IPrimitiveValue value = instance.Item(row, column)
IPrimitiveValue this[ int row, int column ]; {get;}
Parameters
- row
- An integer value indicates the row index.
- column
- An integer value indicates the column index.