Table of Contents

TCellAddressRange Class

A class with 2 TCellAddress objects marking the start and end of a cell range.

Syntax

Namespace: FlexCel.Core

public class TCellAddressRange

Constructors

Name Description
TCellAddressRange Creates a new instance. Addresses can't be null.

Methods

Name Description
Equals Returns true if both objects have the same data.
GetHashCode HashCode for the object
HasValidAddress Returns true if row1 and col1 are > 0, row2 and col2 >= col1 and row2 and col2 <= MaxRow and MaxCol

Properties

Name Description
TopLeft The cell at the top left position in the range. It can't be null.
BottomRight The cell at the bottom right position in the range. It can't be null.