[]
Gets the row object associated with the given row.
[Browsable(false)]
public object this[int row] { get; }
<Browsable(False)>
Public ReadOnly Default Property Item(row As Integer) As Object
| Type | Name | Description |
|---|---|---|
| int | row |
Gets or sets the cell value at the given row and column.
[Browsable(false)]
public object this[int row, int col] { get; set; }
<Browsable(False)>
Public Default Property Item(row As Integer, col As Integer) As Object
| Type | Name | Description |
|---|---|---|
| int | row | |
| int | col |
Gets or sets the cell value at the given row and column.
[Browsable(false)]
public object this[int row, string columnName] { get; set; }
<Browsable(False)>
Public Default Property Item(row As Integer, columnName As String) As Object
| Type | Name | Description |
|---|---|---|
| int | row | |
| string | columnName |