Spread.Sheets Documentation
ReferenceStyle Enumeration
GC.Spread.Sheets Namespace : ReferenceStyle Enumeration
Specifies the formula reference style.
Members
MemberDescription
a1Indicates a1 style.
r1c1Indicates r1c1 style.
Example
This example sets the reference style for the active sheet.
activeSheet.options.referenceStyle = GC.Spread.Sheets.ReferenceStyle.r1c1;
Inheritance Hierarchy

Object
   GC.Spread.Sheets.ReferenceStyle

See Also

Reference

GC.Spread.Sheets Namespace