Uses of Class
org.apache.poi.hssf.record.aggregates.FormulaRecordAggregate
-
Packages that use FormulaRecordAggregate Package Description org.apache.poi.hssf.record.aggregates The record aggregates are not real "records" but collections of records that act as a single record. -
-
Uses of FormulaRecordAggregate in org.apache.poi.hssf.record.aggregates
Methods in org.apache.poi.hssf.record.aggregates that return FormulaRecordAggregate Modifier and Type Method Description FormulaRecordAggregateRowRecordsAggregate. createFormula(int row, int col)Methods in org.apache.poi.hssf.record.aggregates with parameters of type FormulaRecordAggregate Modifier and Type Method Description SharedValueRecordBaseSharedValueManager. getRecordForFirstCell(FormulaRecordAggregate agg)Gets theSharedValueRecordBaserecord if it should be encoded immediately after the formula record contained in the specifiedFormulaRecordAggregateagg.SharedFormulaRecordSharedValueManager. linkSharedFormulaRecord(CellReference firstCell, FormulaRecordAggregate agg)
-