[]
Gets or sets the cell value specified by the column index in this row.
[Browsable(false)]
public object this[int columnIndex] { get; set; }
Type | Name | Description |
---|---|---|
int | columnIndex |
Gets or sets the cell value specified by the column name in this row.
[Browsable(false)]
public object this[string columnName] { get; set; }
Type | Name | Description |
---|---|---|
string | columnName |