public class PtgShifter
extends java.lang.Object
| Constructor and Description |
|---|
PtgShifter(int externSheetIndex,
int firstRow,
int lastRow,
int rowAmount,
int firstCol,
int lastCol,
int colAmount,
SpreadsheetVersion ver) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
adjustFormula(Ptg[] ptgs,
int currentExternSheetIx) |
static Ptg |
createDeletedRef(Ptg ptg) |
static Ptg |
createDeletedRef3d(java.lang.String bookName,
Ptg ptg) |
java.lang.String |
toString() |
public PtgShifter(int externSheetIndex,
int firstRow,
int lastRow,
int rowAmount,
int firstCol,
int lastCol,
int colAmount,
SpreadsheetVersion ver)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean adjustFormula(Ptg[] ptgs, int currentExternSheetIx)
ptgs - - if necessary, will get modified by this methodcurrentExternSheetIx - - the extern sheet index of the sheet that contains the formula being adjustedtrue if a change was made to the formula tokensCopyright © 2005-2010 Potix Corporation. All Rights Reserved.