Constructor XlsxColumn
XlsxColumn(int, int, decimal)
Creates a column run.
public XlsxColumn(int min, int max, decimal width)
Parameters
minintThe first one-based column index.
maxintThe last one-based column index.
widthdecimalThe width in Excel's character units.
Exceptions
- ArgumentOutOfRangeException
The range is not a valid one-based range.