| Modifier and Type | Field and Description |
|---|---|
static int |
PTG_LOCATION_POLICY_LOCKED |
static int |
PTG_LOCATION_POLICY_TRACK |
static int |
PTG_LOCATION_POLICY_UNLOCKED |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getIntLocation() |
String |
getLocation()
When the ptg is a reference to a location this returns that location
|
int |
getLocationPolicy()
returns whether the Location of the Ptg is locked
used during automated BiffRec movement updates
|
String |
getLocationWithSheet()
returns the String address of this ptg including sheet reference
|
int[] |
getRowCol()
returns the row/col ints for the ref
|
String |
getSheetName()
gets the sheetname for this ref
|
void |
setLocation(String s)
setLocation moves a ptg that is a reference to a location, such as
a ptg range being modified
|
void |
setLocationPolicy(int b)
lock the Location of the Ptg so that it will not
be updated during automated BiffRec movement updates
|
static final int PTG_LOCATION_POLICY_UNLOCKED
static final int PTG_LOCATION_POLICY_LOCKED
static final int PTG_LOCATION_POLICY_TRACK
int getLocationPolicy()
void setLocationPolicy(int b)
b - whether to lock the location of this Ptgvoid setLocation(String s)
String - location, such as A1:D4String getLocation() throws FormulaNotFoundException
FormulaNotFoundExceptionint[] getIntLocation()
throws FormulaNotFoundException
FormulaNotFoundExceptionint[] getRowCol()
String getLocationWithSheet()
String getSheetName() throws WorkSheetNotFoundException
sheetname - WorkSheetNotFoundExceptionCopyright © 2002–2019 Starter Inc.. All rights reserved.