[]
Gets the IPrimitiveValue at the specified row and column.
IPrimitiveValue this[int row, int column] { get; }
ReadOnly Default Property Item(row As Integer, column As Integer) As IPrimitiveValue
Type | Name | Description |
---|---|---|
int | row | An integer value indicates the row index. |
int | column | An integer value indicates the column index. |
Type | Description |
---|---|
IPrimitiveValue | IPrimitiveValue. |