[]
Gets the row object associated with the given row.
[Browsable(false)]
public object this[int row] { get; }
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; }
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; }
Type | Name | Description |
---|---|---|
int | row | |
string | columnName |