Table of Contents

TAddress Record

Used to summarize a range of cells. This class is for internal use.

Syntax

Unit: FlexCel.Core

TAddress = record;

Fields

Name Description
Xls ExcelFile where this Address applies.
BookName Name of the external workbook. Null if no external book.
Sheet Sheet index (1 based) where the address is.
Row Row index (1 based) of the address.
Col Column index (1 based) of the address.

Operators

Name Description
Equality Adapts the = operator so it returns true when both instances have the same values.
Inequality Adapts the <> operator so it returns true when both instances have different values.