Struct XlsxCellRange
A rectangular range of cells.
public readonly struct XlsxCellRange : IEquatable<XlsxCellRange>
- Implements
- Inherited Members
Constructors
- XlsxCellRange(int, int, int, int)
Creates a range.
Properties
- FirstColumn
Gets the first one-based column.
- FirstRow
Gets the first one-based row.
- IsMultiCell
Gets whether the range covers more than one cell.
- LastColumn
Gets the last one-based column.
- LastRow
Gets the last one-based row.
Methods
Operators
- operator ==(XlsxCellRange, XlsxCellRange)
Returns whether two ranges are equal.
- operator !=(XlsxCellRange, XlsxCellRange)
Returns whether two ranges differ.