Uses of Class
org.apache.poi.ss.formula.ptg.NameXPxg

Packages that use NameXPxg
org.apache.poi.ss.formula This package contains common internal POI code for manipulating formulas. 
org.apache.poi.xssf.usermodel   
 

Uses of NameXPxg in org.apache.poi.ss.formula
 

Methods in org.apache.poi.ss.formula with parameters of type NameXPxg
 ValueEval OperationEvaluationContext.getNameXEval(NameXPxg nameXPxg)
           
 

Uses of NameXPxg in org.apache.poi.xssf.usermodel
 

Methods in org.apache.poi.xssf.usermodel that return NameXPxg
 NameXPxg BaseXSSFEvaluationWorkbook.getNameXPtg(java.lang.String name, SheetIdentifier sheet)
          Return an external name (named range, function, user-defined function) Pxg
 



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