|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.actuate.util.Debug
|
+--com.f1j.util.Debug
|
+--com.f1j.util.ObjConst
|
+--com.f1j.util.Obj
|
+--com.f1j.ss.CellRef
This class provides the number of the active row and the active column in the worksheet.
| Method Summary | |
int |
getCol()
Returns the active column in the worksheet. |
int |
getPane()
Returns the active pane in the worksheet. |
int |
getRow()
Returns the active row in the worksheet. |
| Method Detail |
public int getCol()
getRow()public int getPane()
Returns the active pane in the worksheet.
If the worksheet view is not split, the active pane is always 3:
|
3 |
If the view is split horizontally, the lower pane is 2:
|
3 |
| 2 |
If the view is split vertically, the right pane is 1:
| 3 | 1 |
If the view is split both ways, the lower-right pane is 0:
| 3 |
1 |
| 2 | 0 |
public int getRow()
getCol()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||