Table of Contents

Constructor XlsxColumn

Namespace
DocWright.Formats.Xlsx
Assembly
DocWright.Formats.Xlsx.dll

XlsxColumn(int, int, decimal)

Creates a column run.

public XlsxColumn(int min, int max, decimal width)

Parameters

min int

The first one-based column index.

max int

The last one-based column index.

width decimal

The width in Excel's character units.

Exceptions

ArgumentOutOfRangeException

The range is not a valid one-based range.