Table of Contents

Constructor XlsxCellRange

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

XlsxCellRange(int, int, int, int)

Creates a range.

public XlsxCellRange(int firstRow, int firstColumn, int lastRow, int lastColumn)

Parameters

firstRow int

The first one-based row.

firstColumn int

The first one-based column.

lastRow int

The last one-based row.

lastColumn int

The last one-based column.

Exceptions

ArgumentOutOfRangeException

The range is not a valid one-based rectangle.