Uses of Class
org.apache.poi.hssf.record.SharedFormulaRecord

Packages that use SharedFormulaRecord
org.apache.poi.hssf.record.aggregates record aggregates are not real "records" but collections of records that act as a single record. 
 

Uses of SharedFormulaRecord in org.apache.poi.hssf.record.aggregates
 

Methods in org.apache.poi.hssf.record.aggregates that return SharedFormulaRecord
 SharedFormulaRecord FormulaRecordAggregate.getSharedFormulaRecord()
           
 

Methods in org.apache.poi.hssf.record.aggregates with parameters of type SharedFormulaRecord
 void FormulaRecordAggregate.setSharedFormulaRecord(SharedFormulaRecord sharedFormulaRecord)
          Sets the sharedFormulaRecord, only set from RecordFactory since they are not generated by POI and are an Excel optimization
 



Copyright © 2003 Apache Software Foundation.