GcSpread.Sheets Namespace : Range type |
var instance = new GcSpread.Sheets.Range(r, c, rc, cc);
function Range;
Object
GcSpread.Sheets.Range
Name | Description | |
---|---|---|
Range Constructor | Represents a range, which is described by the row index, column index, row count, and column count. |
Name | Description | |
---|---|---|
col | The column index. | |
colCount | The column count. | |
row | The row index. | |
rowCount | The row count. |
Name | Description | |
---|---|---|
contains | Gets whether the current range contains the specified cell. | |
containsRange | Gets whether the current range contains the specified range. | |
equals | Gets whether the current range is equal to the specified range. | |
getIntersect | Gets the intersection of two cell ranges. | |
intersect | Gets whether the current range intersects with the one specified by the row and column index and the row and column count. | |
offset | Offsets the location of the range by the specified coordinates. | |
union | Joins this range with the specified range as a union. |