|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.boris.xlloop.xloper.XLoper
org.boris.xlloop.xloper.XLSRef
public class XLSRef
| Field Summary | |
|---|---|
int |
colFirst
|
int |
colLast
|
int |
rwFirst
|
int |
rwLast
|
| Fields inherited from class org.boris.xlloop.xloper.XLoper |
|---|
type, xlTypeBool, xlTypeErr, xlTypeInt, xlTypeMissing, xlTypeMulti, xlTypeNil, xlTypeNum, xlTypeSRef, xlTypeStr |
| Constructor Summary | |
|---|---|
XLSRef(int colFirst,
int colLast,
int rwFirst,
int rwLast)
|
|
| Method Summary | |
|---|---|
boolean |
isArray()
|
static java.lang.String |
toColumnName(int column)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final int colFirst
public final int colLast
public final int rwFirst
public final int rwLast
| Constructor Detail |
|---|
public XLSRef(int colFirst,
int colLast,
int rwFirst,
int rwLast)
| Method Detail |
|---|
public static java.lang.String toColumnName(int column)
public boolean isArray()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||