Table of Contents

TUdfEventArgs Class

Encapsulates the parameters to send to a user Defined Function for evaluation.

Syntax

Namespace: FlexCel.Core

public class TUdfEventArgs

Constructors

Name Description
TUdfEventArgs 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)