A list of unsupported formulas on a sheet.
Syntax
Unit: FlexCel.Core
TUnsupportedFormulaList = class(TFlexCelObject);
Fields
| Name |
Description |
| CellAddress |
Use this one to know on which cell we are working.
|
Methods
| Name |
Description |
| Add |
Adds a new unsupported formula to the list.
|
Properties
| Name |
Description |
| Count |
The number of errors on the list.
|
| Item[const index] |
Returns the items at position index.
|