Table of Contents

TVirtualCellValue Record

Represents a cell, including the row, column and sheet where it was read.

Syntax

Unit: FlexCel.Core

TVirtualCellValue = record;

Methods

Name Description
Create Creates a new CellValue instance.

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.

Properties

Name Description
Sheet Sheet where the cell was read. (1 based)
Row Row where the cell was read. (1 based)
Col Column where the cell was read. (1 based)
Value Value of the cell. The possible objects here are the same as the returned by TExcelFile.​Get​Cell​Value(​​Integer, Integer, Integer)
XF Format of the cell.