SpreadJS Documentation
referenceStyle Method
The reference style.
Gets or sets the style for cell and range references in cell formulas.
Syntax
var instance = new GcSpread.Sheets.Spread(host, options);
var returnValue; // Type: Object
returnValue = instance.referenceStyle(value);
function referenceStyle( 
   value : ReferenceStyle
) : Object;

Parameters

value
The reference style.

Return Value

The reference style.
Example
This example uses the referenceStyle method.
spread.referenceStyle(GcSpread.Sheets.ReferenceStyle.R1C1);
Remarks
The default value is ReferenceStyle.A1.
See Also

Reference

Spread type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.