|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.excel4j.XLObject
org.excel4j.object.XLArray
public class XLArray
The contents of a range.
| Field Summary |
|---|
| Fields inherited from class org.excel4j.XLObject |
|---|
handle, xltype |
| Method Summary | |
|---|---|
int |
columns()
Get the number of columns in the array. |
XLObject |
get(int row,
int column)
Get an array element. |
int |
rows()
Get the number of rows in the array. |
void |
set(int row,
int column,
XLObject value)
Set an array element. |
| Methods inherited from class org.excel4j.XLObject |
|---|
asArray, 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 int rows()
public int columns()
public XLObject get(int row,
int column)
row. - column. -
public void set(int row,
int column,
XLObject value)
row. - column. - value. -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||