org.apache.poi.ss.formula.ptg
Interface Pxg3D

All Superinterfaces:
Pxg
All Known Implementing Classes:
Area3DPxg, Ref3DPxg

public interface Pxg3D
extends Pxg

An XSSF only special kind of Ptg, which stores a range of sheet / book references in string form.


Method Summary
 java.lang.String getLastSheetName()
           
 void setLastSheetName(java.lang.String sheetName)
           
 
Methods inherited from interface org.apache.poi.ss.formula.ptg.Pxg
getExternalWorkbookNumber, getSheetName, setSheetName, toFormulaString
 

Method Detail

getLastSheetName

java.lang.String getLastSheetName()

setLastSheetName

void setLastSheetName(java.lang.String sheetName)


Copyright 2017 The Apache Software Foundation or its licensors, as applicable.