Example #1
0
 internal XSSFXmlColumnPr(XSSFTableColumn tableColumn, CT_XmlColumnPr ctXmlColumnPr)
 {
     this.table         = tableColumn.GetTable();
     this.tableColumn   = tableColumn;
     this.ctXmlColumnPr = ctXmlColumnPr;
 }