[]
Gets or sets the value stored in a grid cell using Excel range notation.
public object this[string cellReference] { get; set; }
Type | Name | Description |
---|---|---|
string | cellReference | Cell reference using Excel notation (e.g. "A1", "AB32"). |
Type | Description |
---|---|
object | The value stored in the cell. |
Overridden to record individual cell assignments during a paste operation.
public override object this[int row, Column col] { get; set; }
Type | Name | Description |
---|---|---|
int | row | |
Column | col |