Hi,
What property should I use to retrieve the last used column index on a worksheet? I know there is a Worksheet.Cells.MaxColumn property. However, unlike Worksheet.Cells.MaxRow, it doesn’t clearly state that it’ll return the last column index with data or style.
Thanks.