TCellAddressWithFileName Record
Encapsulates a cell address and the file where the cell is stored.
Syntax
Unit: FlexCel.Core
TCellAddressWithFileName = record;
Fields
Name |
Description |
FileName |
File where the cells is.
|
Address |
Address where the cell is.
|
Methods
Name |
Description |
Create |
Creates a new TCellAddressWithFileName with the given values.
|
Equals |
Returns true if both objects are the same.
|
GetHashCode |
Hash code of the object.
|
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. |