Version

Search Results

ExcelCalcErrorValue Constructor(ExcelCalcErrorCode,String)

Initializes a new ExcelCalcErrorValue with the specified error code and error message Syntax Parameters code ExcelCalcErrorCode valuemessage Localized Message indicating reason for error

ExcelCalcErrorValue Constructor(ExcelCalcErrorCode,String,Object)

Initializes a new ExcelCalcErrorValue with the specified error code, message and error value. Syntax Parameters code ExcelCalcErrorCode valuemessage Localized Message indicating reason for errorvalue Value associated with error

ExcelCalcFunction Class

Base class for formula functions. Syntax

ExcelCalcFunction Class Members

Public Properties Public Methods Protected Methods

ExcelCalcFunction Class Methods

Public Methods Protected Methods

CanParameterBeEnumerable Method

Determines whether the parameter at the specified index will accept an enumerable reference. Syntax Parameters parameterIndex In 0-based index of the parameter. Return Value True if the parameter at the specified index can accept enumerable references; False otherwise or if the parameter is out of range for this f...

Evaluate Method (ExcelCalcFunction)

Evaluates the function against the arguments on the number stack. Syntax Parameters numberStack Formula number stack containing function arguments.argumentCount Denotes the number of function arguments pushed onto the number stack. Return Value An ExcelCalcValue that represents the result of the function evaluatio...

GetArguments(ExcelCalcNumberStack,Int32,Boolean) Method

A helper method for extracting the ExcelCalcValue instances from the stack. Syntax Parameters numberStack Number stack whose values should be popped.argumentCount Number of items to pop/evaluate from the number stackskipEmptyValues True to ignore values whose IsNull returns true; otherwise false to include empty i...