Uses of Class
org.apache.poi.hssf.record.CFRuleRecord
-
Packages that use CFRuleRecord Package Description org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. -
-
Uses of CFRuleRecord in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record that return CFRuleRecord Modifier and Type Method Description CFRuleRecordCFRuleRecord. copy()static CFRuleRecordCFRuleRecord. create(HSSFSheet sheet, byte comparisonOperation, String formulaText1, String formulaText2)Creates a new comparison operation rulestatic CFRuleRecordCFRuleRecord. create(HSSFSheet sheet, String formulaText)Creates a new comparison operation ruleConstructors in org.apache.poi.hssf.record with parameters of type CFRuleRecord Constructor Description CFRuleRecord(CFRuleRecord other)
-