Spread.Sheets Documentation
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

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.