Quantcast
Viewing all articles
Browse latest Browse all 1621

New Post: How to configure whole column without configure the cell

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.

Viewing all articles
Browse latest Browse all 1621

Trending Articles