TUdfEventArgs Class
Encapsulates the parameters to send to a user Defined Function for evaluation.
Syntax
Unit: FlexCel.Core
TUdfEventArgs = class(TFlexCelObject);
Constructors
| Name |
Description |
| Create |
Creates a new instance.
|
Properties
| Name |
Description |
| Xls |
ExcelFile that has the formula being evaluated. You might change its ActiveSheet property inside this method and there is no need to restore it back.
|
| Sheet |
Index of the sheet where the formula is located. This value only has meaning when evaluating formulas in cells. (Not when for example evaluating formulas inside named ranges) |
| Row |
Row index where the formula is located. This value only has meaning when evaluating formulas in cells. (Not when for example evaluating formulas inside named ranges) |
| Col |
Column index where the formula is located. This value only has meaning when evaluating formulas in cells. (Not when for example evaluating formulas inside named ranges) |