Пример #1
0
 public void SetProperty(NPOI.SS.UserModel.Row row, int column)
 {
     NPOI.SS.UserModel.Cell cell = HSSFCellUtil.GetCell(row, column);
     HSSFCellUtil.SetCellStyleProperty(cell, _workbook, _propertyName, _propertyValue);
 }