TCellAddressWithFileName.Create Method
Creates a new TCellAddressWithFileName with the given values.
Syntax
Unit: FlexCel.Core
class function TCellAddressWithFileName.Create(const aFileName: string; const aAddress: TCellAddress): TCellAddressWithFileName; static; overload;
Parameters
| <-> |
Parameter |
Type |
Description |
| const |
aFileName |
string |
File where the cell is. |
| const |
aAddress |
TCellAddress |
Address where the cell is. |
See also