Uses of Class
loci.poi.hssf.record.ColumnInfoRecord
Packages that use ColumnInfoRecord
Package
Description
record aggregates are not real "records" but collections of records that act as a single record.
-
Uses of ColumnInfoRecord in loci.poi.hssf.record.aggregates
Methods in loci.poi.hssf.record.aggregates that return ColumnInfoRecordModifier and TypeMethodDescriptionColumnInfoRecordsAggregate.getColInfo(int idx) ColumnInfoRecordsAggregate.writeHidden(ColumnInfoRecord columnInfo, int idx, boolean hidden) Methods in loci.poi.hssf.record.aggregates with parameters of type ColumnInfoRecordModifier and TypeMethodDescriptionvoidColumnInfoRecordsAggregate.insertColumn(int idx, ColumnInfoRecord col) Inserts a column into the aggregate (at the position specified byidx.voidColumnInfoRecordsAggregate.insertColumn(ColumnInfoRecord col) Inserts a column into the aggregate (at the end of the list).ColumnInfoRecordsAggregate.writeHidden(ColumnInfoRecord columnInfo, int idx, boolean hidden)