ExpressionContext Constructors
Contains formula environment information - the cell or range, the worksheet, the current culture, the reference style, and indicates whether the formula is an array formula.
Name | Parameters | Description |
---|---|---|
Expression |
none |
Initializes a new instance of the Expression |
Expression |
column, row, sheet, culture, reference |
Initializes a new instance of the Expression |
Expression |
column, row, sheet, culture, is |
Obsolete. Initializes a new instance of the Expression |
Expression |
column, row, sheet |
Initializes a new instance of the Expression |
See Also