SpreadJS 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.referenceStyle(GcSpread.Sheets.ReferenceStyle.R1C1);
Inheritance Hierarchy

Object
   GcSpread.Sheets.ReferenceStyle

See Also

Reference

GcSpread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.