Constructor XlsxRow
XlsxRow(int)
Creates a row.
public XlsxRow(int index)
Parameters
indexintThe one-based row index.
Exceptions
- ArgumentOutOfRangeException
indexis below one.
Creates a row.
public XlsxRow(int index)
index intThe one-based row index.
index is below one.