NativeExcel suite v1.x

ReferenceStyle property

Returns or sets how Microsoft Excel displays cell references and row and column headings in either A1 or R1C1 reference style. Read/write integer.

Syntax

property ReferenceStyle: integer;

Description

ReferenceStyle can be one of these constants:
xlA1A1 reference style
xlR1C1R1C1 reference style

Example

This example sets R1C1 reference style for a workbook.
Workbook.ReferenceStyle := xlR1C1;
Copyright © NikaSoft 2004-2010