Uses of Class
org.apache.poi.ss.usermodel.CellReferenceType
-
Packages that use CellReferenceType Package Description org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.ss.usermodel -
-
Uses of CellReferenceType in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return CellReferenceType Modifier and Type Method Description CellReferenceTypeHSSFWorkbook. getCellReferenceType()Methods in org.apache.poi.hssf.usermodel with parameters of type CellReferenceType Modifier and Type Method Description voidHSSFWorkbook. setCellReferenceType(CellReferenceType cellReferenceType)Configure workbook to a specific cell reference type, e.g. -
Uses of CellReferenceType in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return CellReferenceType Modifier and Type Method Description CellReferenceTypeWorkbook. getCellReferenceType()static CellReferenceTypeCellReferenceType. valueOf(String name)Returns the enum constant of this type with the specified name.static CellReferenceType[]CellReferenceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.ss.usermodel with parameters of type CellReferenceType Modifier and Type Method Description voidWorkbook. setCellReferenceType(CellReferenceType cellReferenceType)
-