Table of Contents

Struct XlsxCellRange

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

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

Equals(XlsxCellRange)
Equals(object?)
GetHashCode()

Operators

operator ==(XlsxCellRange, XlsxCellRange)

Returns whether two ranges are equal.

operator !=(XlsxCellRange, XlsxCellRange)

Returns whether two ranges differ.