Spread.Sheets Documentation
Range type
Represents a range, which is described by the row index, column index, row count, and column count.
Syntax
var instance = new GC.Spread.Sheets.Range(r, c, rc, cc);
function Range;
Inheritance Hierarchy

Object
   GC.Spread.Sheets.Range

Constructors
 NameDescription
public ConstructorRange ConstructorRepresents a range, which is described by the row index, column index, row count, and column count.  
Top
Fields
 NameDescription
public FieldcolThe column index.  
public FieldcolCountThe column count.  
public FieldrowThe row index.  
public FieldrowCountThe row count.  
Top
Methods
 NameDescription
public MethodcontainsGets whether the current range contains the specified cell.  
public MethodcontainsRangeGets whether the current range contains the specified range.  
public MethodequalsGets whether the current range is equal to the specified range.  
public MethodgetIntersectGets the intersection of two cell ranges.  
public MethodintersectGets whether the current range intersects with the one specified by the row and column index and the row and column count.  
public MethodoffsetOffsets the location of the range by the specified coordinates.  
public MethodunionJoins this range with the specified range as a union.  
Top
See Also

Reference

GC.Spread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.