Excerpt |
---|
There are three ways to address cells, areas, and ranges using ExcelApplication: |
Anchor | ||||
---|---|---|---|---|
|
Excel's A1 Reference Style
...
The reference style used in the generated workbook (when it is opened in Excel) is determined by the value of the property Workbook.UseRCFormulaNotation. If it is false (the default value), Excel will use A1 references. If UseRCFormulaNotation is set to true, Excel will use R1C1-style references.
Anchor | ||||
---|---|---|---|---|
|
...