[]
Gets the address of a range using Excel notation (e.g. A1).
public string GetAddress(CellRange rng, bool fullRange)
Type | Name | Description |
---|---|---|
CellRange | rng | CellRange that defines the range. |
bool | fullRange |
Type | Description |
---|---|
string | The address of the range using Excel notation (e.g. A1). |