Constructor XlsxCell
XlsxCell(int, XlsxCellValue, XlsxCellStyle?)
Creates a cell.
public XlsxCell(int column, XlsxCellValue value, XlsxCellStyle? style = null)
Parameters
columnintThe one-based column index.
valueXlsxCellValueThe value.
styleXlsxCellStyleThe style, or null for Default.
Exceptions
- ArgumentOutOfRangeException
columnis below one.