Table of Contents

Constructor XlsxCell

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

XlsxCell(int, XlsxCellValue, XlsxCellStyle?)

Creates a cell.

public XlsxCell(int column, XlsxCellValue value, XlsxCellStyle? style = null)

Parameters

column int

The one-based column index.

value XlsxCellValue

The value.

style XlsxCellStyle

The style, or null for Default.

Exceptions

ArgumentOutOfRangeException

column is below one.