[]
Spread.Sheets.ReferenceStyle
Specifies the formula reference style.
example
//This example sets the reference style for the workbook. workbook.options.referenceStyle = GC.Spread.Sheets.ReferenceStyle.r1c1;
• a1 = 0
0
Indicates a1 style.
• r1c1 = 1
1
Indicates r1c1 style.