SpreadJS Documentation
Reference type
Represents an area referenced in a spread sheet.
Syntax
var instance = new GcSpread.Sheets.Calc.Reference();
function Reference;
Inheritance Hierarchy

Object
   GcSpread.Sheets.Calc.Reference

Constructors
 NameDescription
public ConstructorReference ConstructorRepresents an area referenced in a spread sheet.  
Top
Methods
 NameDescription
public MethodgetColumnGets the base column index for the specified range.  
public MethodgetColumnCountGets the column count for the specified range.  
public MethodgetRangeCountGets the number of ranges in the current area.  
public MethodgetRowGets the base row index for the specified range.  
public MethodgetRowCountGets the row count for the specified range.  
public MethodgetSourceGets the source area.  
public MethodgetValueGets the value at the specified position.  
public MethodisHiddenRowDetermines whether the specified row is hidden.  
public MethodisSubtotalDetermines whether the specified range is a subtotal.  
Top
See Also

Reference

GcSpread.Sheets.Calc Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.