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