There is no existing API to configure a whole column because the structure of a sheet consists of IRow, ICell, instead of IColumn, ICell. You have to iterate the IRow and call GetCell with the fixed column index to finish the configuration cell by cell.
↧