[]
        
(Showing Draft Content)

GC.Spread.Sheets.ReferenceStyle

Enumeration: ReferenceStyle

Spread.Sheets.ReferenceStyle

Specifies the formula reference style.

example

//This example sets the reference style for the active sheet.
activeSheet.options.referenceStyle = GC.Spread.Sheets.ReferenceStyle.r1c1;

Table of contents

Enumeration members

Enumeration members

a1

a1 = 0

Indicates a1 style.


r1c1

r1c1 = 1

Indicates r1c1 style.