[]
Parses references to cell ranges.
public override object GetExternalObject(string identifier)
Type | Name | Description |
---|---|---|
string | identifier | String representing a cell range (e.g. "A1" or "A1:B12". |
Type | Description |
---|---|
object | A CellRange object that represents the given range. |