Class EventTableStyles

    • Constructor Detail

      • EventTableStyles

        public EventTableStyles​(IGridRegion region,
                                int[][] cellIndexes,
                                List<org.apache.poi.hssf.record.ExtendedFormatRecord> extendedFormats,
                                Map<Integer,​org.apache.poi.hssf.record.FormatRecord> customFormats,
                                org.apache.poi.hssf.record.PaletteRecord palette,
                                List<org.apache.poi.hssf.record.FontRecord> fonts,
                                List<org.apache.poi.hssf.usermodel.HSSFComment> comments,
                                Map<org.apache.poi.ss.util.CellAddress,​String> formulas)