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