|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.excel4j.XLObject
org.excel4j.object.XLReference
public class XLReference
A reference to a cell or range.
Field Summary |
---|
Fields inherited from class org.excel4j.XLObject |
---|
handle, xltype |
Method Summary | |
---|---|
XLArray |
asArray()
Extract an array from the object. |
int |
colFirst()
Get the first col id. |
int |
colLast()
Get the last col id. |
int |
rowFirst()
Get the first row id. |
int |
rowLast()
Get the last row id. |
long |
sheetId()
Get the sheet id. |
Methods inherited from class org.excel4j.XLObject |
---|
asBoolean, asError, asInteger, asNumber, asString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public long sheetId()
public int rowFirst()
public int rowLast()
public int colFirst()
public int colLast()
public XLArray asArray()
XLObject
asArray
in class XLObject
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |