| Constructor and Description |
|---|
SRanges() |
| Modifier and Type | Method and Description |
|---|---|
static SRange |
range(SBook book)
|
static SRange |
range(SSheet sheet)
|
static SRange |
range(SSheet sheet,
CellRegion region)
|
static SRange |
range(SSheet sheet,
int row,
int col)
|
static SRange |
range(SSheet sheet,
int tRow,
int lCol,
int bRow,
int rCol)
Returns the associated
XRange of the specified XNSheet and area. |
static SRange |
range(SSheet sheet,
String areaReference)
|
static SRange |
rangeByName(SSheet sheet,
String name)
Returns the associated
SRange of the specified name of a NamedRange (e.g. |
public static SRange range(SSheet sheet, CellRegion region)
public static SRange rangeByName(SSheet sheet, String name)
SRange of the specified name of a NamedRange (e.g. "MyRange");public static SRange range(SSheet sheet, int tRow, int lCol, int bRow, int rCol)
XRange of the specified XNSheet and area.sheet - the SSheet the Range will refer to.tRow - top row index of the area the Range will refer to.lCol - left column index of the area the Range will refer to.bRow - bottom row index of the area the Range will refer to.rCol - right column index fo the area the Range will refer to.SRange of the specified SSheet and area.Copyright © 2020. All rights reserved.