FarPoint.CalcEngine
Represents an array of constants during the evaluation of
a formula.
Gets the value at the specified position in the array.
Row index
Column index
Value at the specified position
Gets the number of rows in the array.
Gets the number of columns in the array.
Represents a missing argument during the evaluation of a formula.
Creates a new instance of the CalcMissingArgument class.
Represents the methods that are useful during function evaluations.
Maximum number of arguments for a function.
Determines if the argument list contains the specified argument and the specified
argument is not an instance of CalcMissingArgument.
Argument list
Index
true if specified argument was not omitted, otherwise false
Represents the converting of a value to a specified data type.
Determines whether the specified value is a calculation error.
Value of which to determine data type
True if the value is a calculation error; otherwise false
Determines whether the specified value is a numeric data type.
Value of which to determine data type
True if the value is numeric; otherwise false
Converts a double to an object.
Value to convert
Object value equivalent to the specified value
Converts the specified value to a boolean value.
Value to convert
Boolean value equivalent to the specified value
Value cannot be converted.
Converts the specified value to a 32-bit signed integer.
Value to convert
32-bit signed integer equivalent to the specified value
Value cannot be converted.
Converts the specified value to a 64-bit signed integer.
Value to convert
64-bit signed integer equivalent to the specified value
Value cannot be converted.
Converts the specified value to a double-precision, floating-point number.
Value to convert
Double-precision, floating-point number equivalent to the specified value
Value cannot be converted.
Converts the specified value to a string representation.
Value to convert
String representation of the specified value
Value cannot be converted.
Converts the specified value to a DateTime value.
Value to convert
DateTime value equivalent to the specified value
Value cannot be converted.
Converts the specified value to a TimeSpan value.
Value to convert
TimeSpan value equivalent to the specified value
Value cannot be converted.
Converts the specified value to a CalcArray.
Value to convert
Double value equivalent to the specified value
Value cannot be converted.
Represents calculation errors.
Creates a new instance of the CalcError class.
Text representation of the error
Returns a string representation of the error.
String representation of the error
Converts the string to an error.
String to be parsed
Error represented by the string
String does not represent an error.
Converts a string to an error.
String to be parsed
Error represented by the string
True if the string is converted successfully; false otherwise
Occurs when a formula divides by zero.
Occurs when a value is not available.
Occurs when an unrecognized name is encountered.
Occurs when you specify an intersection of two intersections
that do not intersect.
Occurs when a problem occurs with a number in a formula.
Occurs when a cell reference is invalid.
Occurs when the wrong type of argument or operand is used.
Converts CalcError objects to and from other data types.
Determines whether the specified type can be converted to a CalcError object.
ITypeDescriptorContext
Type
True if sourceType is String; false otherwise
Converts a string to a new CalcError object.
ITypeDescriptorContext
CultureInfo
object
New CalcError object
Determines whether a CalcError object can be converted to the specified type.
ITypeDescriptorContext
Type
True if a CalcError object can be converted to the specified type; false otherwise
Converts the CalcError object to a string.
ITypeDescriptorContext
CultureInfo
object
Type
String representation of a CalcError object
Represents a cell or range reference during the evaluation of
a formula.
Gets the value at the specified position in the cell or range reference.
Row index
Column index
Value at the specified position
Determines whether the value at the specified position is a subtotal.
Row index
Column index
True if the value at the specified position is a subtotal; otherwise false
Returns a CalcReference to the entire sheet.
Gets the index of the first row in the cell or range reference.
Gets the index of the first column in the cell or range reference.
Gets the number of rows in the cell or range reference.
Gets the number of columns in the cell or range reference.
Represents the abstract class from which all expression types derive.
Represents an expression type for parentheses surrounding a specified expression.
Creates an new expression with parentheses surrounding a specified expression.
Expression inside the parentheses
arg is a null reference (Nothing in Visual Basic)
Gets the expression inside the parentheses.
Represents the abstract class from which all constant value expression types derive.
Represents an expression type with a boolean constant value as the expression.
Creates a new expression with a boolean constant value.
Boolean value
Gets the boolean value as an object.
Gets the boolean value as a boolean.
Represents an expression with a double constant value as the expression.
Creates a new expression with a double constant value.
Double value
Gets the double value as an object.
Gets the double value as a double.
Represents an expression with a string constant value as the expression.
Creates a new expression with a string constant value.
String value
value is a null reference (Nothing in Visual Basic)
Gets the string value as an object.
Gets the string value as a string.
Represents an expression with an error constant value as the expression.
Creates a new expression with an error constant value.
Error value
value is a null reference (Nothing in Visual Basic)
Gets the error value as an object.
Gets the error value as a CalcError object.
Represents an expression with an array of constant values as the expression.
Creates an expression with an array of constant values.
Array of constant values
values is a null reference (Nothing in Visual Basic)
Gets the array value as an object.
Gets the array value as a CalcArray object.
Represents a concrete implementation of a CalcArray object.
Represents an expression with a missing argument constant value as the expression.
Creates a new expression with a missing argument constant value.
Gets the missing argument value as an object.
Gets the missing argument value as a CalcMissingArgument object.
Represents the abstract class from which all reference expression types derive.
Gets the starting row coordinate of the reference.
Gets the starting column coordinate of the reference.
Gets the number of rows in the reference.
Gets the number of columns in the reference.
Determines whether the row coordinates are relative.
Determines whether the column coordinates are relative.
Represents an expression with a cell reference as the expression.
Creates a new expression with a cell reference with absolute coordinates.
Row coordinate of cell
Column coordinate of cell
Creates a new expression with a cell reference.
Row coordinate of cell
Column coordinate of cell
Whether row coordinate is relative
Whether the column coordinate is relative
Gets the row index of the cell.
Gets the column index of the cell.
Gets the number of rows (1 in this implementation).
Gets the number of columns (1 in this implementation).
Determines whether the row coordinate is relative.
Determines whether the column coordinate is relative.
Represents an expression with a range reference as the expression.
Creates a new expression with a range reference expression with absolute coordinates.
Starting row coordinate of the range
Starting column coordinate of the range
Number of rows in the range
Number of columns in the range
Creates a new expression representing a range reference expression.
Starting row coordinate of the range
Starting column coordinate of the range
Number of rows in the range
Number of columns in the range
Whether the row coordinates are relative or absolute
Whether the column coordinates are relative or absolute
Gets the starting row coordinate of the range.
Gets the starting column coordinate of the range.
Gets the number of rows in the range.
Gets the number of columns in the range.
Determines whether the row coordinates are relative.
Determines whether the column coordinates are relative.
Represents the abstract class from which all external reference expression types derive.
Gets the source of the reference.
Gets the starting row coordinate of the reference.
Gets the starting column coordinate of the reference.
Gets the number of rows in the reference.
Gets the number of columns in the reference.
Determines whether the row coordinates are relative.
Determines whether the column coordinates are relative.
Represents an expression with an external cell reference as the expression.
Creates a new expression with an external cell reference with absolute coordinates.
Source of the cell
Row coordinate of the cell
Column coordinate of the cell
Creates a new expression representing an external cell reference.
Source of the cell
Row coordinate of the cell
Column coordinate of the cell
Whether the row coordinate is relative
Whether the column coordinate is relative
Gets the source of the cell.
Gets the row index of the cell.
Gets the column index of the cell.
Gets the number of rows (1 in this implementation).
Gets the number of columns (1 in this implementation).
Determines whether the row coordinate is relative.
Determines whether the column coordinate is relative.
Represents an expression with an external range reference as the expression.
Creates a new expression with an external range reference with absolute coordinates.
Source of the range
Starting row coordinate of the range
Starting column coordinate of the range
Number of rows in the range
Number of columns in the range
Creates a new expression representing an external range reference.
Source of the range
Starting row coordinate of the range
Starting column coordinate of the range
Number of rows in the range
Number of columns in the range
Whether the row coordinates are relative
Whether the column coordinates are relative
Gets the source of the range.
Gets the starting row coordinate of the range.
Gets the starting column coordinate of the range.
Gets the number of rows in the range.
Gets the number of columns in the range.
Determines whether the row coordinates are relative.
Determines whether the column coordinates are relative.
Represents an expression with a named variable as the expression.
Creates a new expression with a named variable.
Named variable
name is a null reference (Nothing in Visual Basic)
Gets the text representation of the named variable.
Represents an expression with a unary operator applied to a single operand as the expression.
Creates an expression representing a unary operator applied to a single operand.
Operator
Operand
oper or arg is a null reference (Nothing in Visual Basic)
Gets the operator for the expression.
Gets the operand for the expression.
Represents an expression with a binary operator applied to a pair of operands as the expression.
Creates a new expression with a binary operator applied to a pair of operands.
Operator
Left-side operand
Right-side operand
oper or arg0 or arg1 is a null reference (Nothing in Visual Basic)
Gets the operator for the expression.
Gets the left-side operand for the expression.
Gets the right-side operand for the expression.
Represents an expression with a function applied to a list of parameters as the expression.
The expression uses dynamic function binding (that is, function implementation is determined
at evaluation time). Dynamic binding is commonly used for user defined functions.
Creates a new expression representing a function applied to a list of parameters.
Function name
List of parameters
functionName or args is a null reference (Nothing in Visual Basic)
The expression uses static function binding (i.e. function implementation is determined at parse time).
Static binding is commonly used for native functions.
Creates a new expression representing a function applied to a list of parameters.
Function
List of parameters
functionInfo or args is a null reference (Nothing in Visual Basic)
functionInfo does not accept the number of parameters found in args
Returns the specified parameter being passed to the function.
Index of the parameter (or argument)
Parameter
Gets the name of function.
If dynamic binding was used then the returned value will be null.
If static binding was used then the returned value will be non-null.
Gets the implementation (dynamic or static function binding) of the function.
Gets the number of parameters being passed to the function.
Represents a means of creating ArrayExpression objects in
environments that do not support parameterized constructors.
Creates a new ArrayExpression object.
Represents a means of creating BooleanExpression objects in
environments that do not support parameterized constructors.
Creates a new BooleanExpression object.
Represents a means of creating DoubleExpression objects in
environments that do not support parameterized constructors.
Creates a new DoubleExpression object.
Represents a means of creating ErrorExpression objects in
environments that do not support parameterized constructors.
Creates a new ErrorExpression object.
Represents a means of creating ParenthesesExpression objects in
environments that do not support parameterized constructors.
Creates a new ParenthesesExpression object.
Represents a means of creating CellExpression objects in
environments that do not support parameterized constructors.
Creates a new CellExpression object.
Creates a new CellExpression object.
Represents a means of creating RangeExpression objects in
environments that do not support parameterized constructors.
Creates a new RangeExpression object.
Creates a new RangeExpression object.
Represents a means of creating ExternalCellExpression objects in
environments that do not support parameterized constructors.
Creates a new ExternalCellExpression object.
Creates a new ExternalCellExpression object.
Represents a means of creating ExternalRangeExpression objects in
environments that do not support parameterized constructors.
Creates a new ExternalRangeExpression object.
Creates a new ExternalRangeExpression object.
Represents a means of creating UnaryOperatorExpression objects in
environments that do not support parameterized constructors.
Creates a new UnaryOperatorExpression object.
Represents a means of creating BinaryOperatorExpression objects in
environments that do not support parameterized constructors.
Creates a new BinaryOperatorExpression object.
Represents a means of creating FunctionExpression objects in
environments that do not support parameterized constructors.
Creates a new FunctionExpression object.
Creates a new FarPoint description attribute.
Unique identifier
Gets the description.
Represents the FarPoint category attribute.
Creates a new FarPoint category attribute.
Unique identifier
Gets the localized string.
Value of string
Represents an abstract base class for defining functions.
Determines whether the function accepts CalcError values
for the specified argument.
Index of the argument
True if the function accepts CalcError values for the specified argument; false otherwise
Determines whether the function accepts CalcMissingArgument values
for the specified argument.
Index of the argument
True if the function accepts CalcReference values for the specified argument; false otherwise
Determines whether the function accepts CalcReference values
for the specified argument.
Index of the argument
True if the function accepts CalcReference values for the specified argument; false otherwise
Determines whether the function ignores cells values passed to the specified argument.
Index of the argument
Determines if the function is volatile.
Returns the result of the function applied to the arguments.
Arguments for the function evaluation
Result of the function applied to the arguments
Returns the result of the function applied to the arguments.
Arguments for the function evaluation
Context in which the evaluation occurs
Result of the function applied to the arguments
Returns the string representation of the function.
String representation of the function
Specifies an instance of the ABS function.
Specifies an instance of the ACCRINT function.
Specifies an instance of the ACCRINTM function.
Specifies an instance of the ACOS function.
Specifies an instance of the ACOSH function.
Specifies an instance of the AND function.
Specifies an instance of the ASIN function.
Specifies an instance of the ASINH function.
Specifies an instance of the ATAN function.
Specifies an instance of the ATAN2 function.
Specifies an instance of the ATANH function.
Specifies an instance of the AVEDEV function.
Specifies an instance of the AVERAGE function.
Specifies an instance of the BESSELI function.
Specifies an instance of the BESSELJ function.
Specifies an instance of the BESSELK function.
Specifies an instance of the BESSELY function.
Specifies an instance of the BETADIST function.
Specifies an instance of the BETAINV function.
Specifies an instance of the BINOMDIST function.
Specifies an instance of the CEILING function.
Specifies an instance of the CHAR function.
Specifies an instance of the CHIDIST function.
Specifies an instance of the CHIINV function.
Specifies an instance of the CHITEST function.
Specifies an instance of the CHOOSE function.
Specifies an instance of the CLEAN function.
Specifies an instance of the CODE function.
Specifies an instance of the COLUMNS function.
Specifies an instance of the COMBIN function.
Specifies an instance of the CONCATENATE function.
Specifies an instance of the CONFIDENCE function.
Specifies an instance of the CORREL function.
Specifies an instance of the COS function.
Specifies an instance of the COSH function.
Specifies an instance of the COUNTBLANK function.
Specifies an instance of the COVAR function.
Specifies an instance of the CRITBINOM function.
Specifies an instance of the DATE function.
Specifies an instance of the DATEVALUE function.
Specifies an instance of the DAY function.
Specifies an instance of the DAYS360 function.
Specifies an instance of the DB function.
Specifies an instance of the DDB function.
Specifies an instance of the DEGREES function.
Specifies an instance of the DEVSQ function.
Specifies an instance of the DELTA function.
Specifies an instance of the DISC function.
Specifies an instance of the DOLLAR function.
Specifies an instance of the EDATE function.
Specifies an instance of the EFFECT function.
Specifies an instance of the EOMONTH function.
Specifies an instance of the ERF function.
Specifies an instance of the ERFC function.
Specifies an instance of the ERRORTYPE function.
Specifies an instance of the EVEN function.
Specifies an instance of the EXACT function.
Specifies an instance of the EXP function.
Specifies an instance of the EXPONDIST function.
Specifies an instance of the FACT function.
Specifies an instance of the FACTDOUBLE function.
Specifies an instance of the FALSE function.
Specifies an instance of the FDIST function.
Specifies an instance of the FIND function.
Specifies an instance of the FINV function.
Specifies an instance of the FISHER function.
Specifies an instance of the FISHERINV function.
Specifies an instance of the FIXED function.
Specifies an instance of the FLOOR function.
Specifies an instance of the FORECAST function.
Specifies an instance of the FTEST function.
Specifies an instance of the FV function.
Specifies an instance of the FVSCHEDULE function.
Specifies an instance of the GAMMADIST function.
Specifies an instance of the GAMMAINV function.
Specifies an instance of the GAMMALN function.
Specifies an instance of the GCD function.
Specifies an instance of the GEOMEAN function.
Specifies an instance of the GESTEP function.
Specifies an instance of the HARMEAN function.
Specifies an instance of the HOUR function.
Specifies an instance of the HYPGEOMDIST function.
Specifies an instance of the IF function.
Specifies an instance of the INDEX function.
Specifies an instance of the INT function.
Specifies an instance of the INTERCEPT function.
Specifies an instance of the INTRATE function.
Specifies an instance of the IPMT function.
Specifies an instance of the IRR function.
Specifies an instance of the ISBLANK function.
Specifies an instance of the ISERR function.
Specifies an instance of the ISERROR function.
Specifies an instance of the ISEVEN function.
Specifies an instance of the ISLOGICAL function.
Specifies an instance of the ISNA function.
Specifies an instance of the ISNONTEXT function.
Specifies an instance of the ISNUMBER function.
Specifies an instance of the ISODD function.
Specifies an instance of the ISREF function.
Specifies an instance of the ISTEXT function.
Specifies an instance of the KURT function.
Specifies an instance of the LARGE function.
Specifies an instance of the LCM function.
Specifies an instance of the LEFT function.
Specifies an instance of the LEN function.
Specifies an instance of the LN function.
Specifies an instance of the LOG function.
Specifies an instance of the LOG10 function.
Specifies an instance of the LOGINV function.
Specifies an instance of the LOGNORMDIST function.
Specifies an instance of the LOWER function.
Specifies an instance of the MAX function.
Specifies an instance of the MAXA function.
Specifies an instance of the MEDIAN function.
Specifies an instance of the MID function.
Specifies an instance of the MIN function.
Specifies an instance of the MINA function.
Specifies an instance of the MINUTE function.
Specifies an instance of the MIRR function.
Specifies an instance of the MOD function.
Specifies an instance of the MODE function.
Specifies an instance of the MONTH function.
Specifies an instance of the MROUND function.
Specifies an instance of the MULTINOMIAL function.
Specifies an instance of the N function.
Specifies an instance of the NA function.
Specifies an instance of the NEGBINOMDIST function.
Specifies an instance of the NORMDIST function.
Specifies an instance of the NORMINV function.
Specifies an instance of the NOMINAL function.
Specifies an instance of the NORMSDIST function.
Specifies an instance of the NORMSINV function.
Specifies an instance of the NOT function.
Specifies an instance of the NOW function.
Specifies an instance of the NPER function.
Specifies an instance of the NPV function.
Specifies an instance of the ODD function.
Specifies an instance of the OR function.
Specifies an instance of the PEARSON function.
Specifies an instance of the PERCENTILE function.
Specifies an instance of the PERCENTRANK function.
Specifies an instance of the PERMUT function.
Specifies an instance of the PI function.
Specifies an instance of the PMT function.
Specifies an instance of the POISSON function.
Specifies an instance of the POWER function.
Specifies an instance of the PPMT function.
Specifies an instance of the PRICEDISC function.
Specifies an instance of the PRICEMAT function.
Specifies an instance of the PROB function.
Specifies an instance of the PRODUCT function.
Specifies an instance of the PROPER function.
Specifies an instance of the PV function.
Specifies an instance of the QUARTILE function.
Specifies an instance of the QUOTIENT function.
Specifies an instance of the RADIANS function.
Specifies an instance of the RAND function.
Specifies an instance of the RANDBETWEEN function.
Specifies an instance of the RANK function.
Specifies an instance of the RATE function.
Specifies an instance of the RECEIVED function.
Specifies an instance of the REPLACE function.
Specifies an instance of the REPT function.
Specifies an instance of the RIGHT function.
Specifies an instance of the ROUND function.
Specifies an instance of the ROUNDDOWN function.
Specifies an instance of the ROUNDUP function.
Specifies an instance of the ROWS function.
Specifies an instance of the RSQ function.
Specifies an instance of the SECOND function.
Specifies an instance of the SERIESSUM function.
Specifies an instance of the SIGN function.
Specifies an instance of the SIN function.
Specifies an instance of the SINH function.
Specifies an instance of the SKEW function.
Specifies an instance of the SLN function.
Specifies an instance of the SLOPE function.
Specifies an instance of the SMALL function.
Specifies an instance of the SQRT function.
Specifies an instance of the SQRTPI function.
Specifies an instance of the STANDARDIZE function.
Specifies an instance of the STDEV function.
Specifies an instance of the STDEVP function.
Specifies an instance of the STDEVA function.
Specifies an instance of the STDEVPA function.
Specifies an instance of the STEYX function.
Specifies an instance of the SUBSTITUTE function.
Specifies an instance of the SUM function.
Specifies an instance of the SUMPRODUCT function.
Specifies an instance of the SUMSQ function.
Specifies an instance of the SUMX2MY2 function.
Specifies an instance of the SUMX2PY2 function.
Specifies an instance of the SUMXMY2 function.
Specifies an instance of the SYD function.
Specifies an instance of the TAN function.
Specifies an instance of the TANH function.
Specifies an instance of the TBILLEQ function.
Specifies an instance of the TBILLPRICE function.
Specifies an instance of the TBILLYIELD function.
Specifies an instance of the TDIST function.
Specifies an instance of the TIME function.
Specifies an instance of the TIMEVALUE function.
Specifies an instance of the TINV function.
Specifies an instance of the TODAY function.
Specifies an instance of the TRIM function.
Specifies an instance of the TRIMMEAN function.
Specifies an instance of the TRUE function.
Specifies an instance of the TRUNC function.
Specifies an instance of the TTEST function.
Specifies an instance of the TYPE function.
Specifies an instance of the UPPER function.
Specifies an instance of the VAR function.
Specifies an instance of the VARP function.
Specifies an instance of the VARA function.
Specifies an instance of the VARPA function.
Specifies an instance of the VDB function.
Specifies an instance of the WEEKDAY function.
Specifies an instance of the WEIBULL function.
Specifies an instance of the WEEKNUM function.
Specifies an instance of the YEAR function.
Specifies an instance of the ZTEST function.
Specifies an instance of the COUNTA function.
Specifies an instance of the COUNT function.
Specifies an instance of the SUBTOTAL function.
Specifies an instance of the AVERAGEA function.
Specifies an instance of the ADDRESS function.
Specifies an instance of the YEARFRAC function.
Specifies an instance of the COUPDAYBS function.
Specifies an instance of the COUPDAYS function.
Specifies an instance of the COUPDAYSNC function.
Specifies an instance of the COUPNCD function.
Specifies an instance of the COUPNUM function.
Specifies an instance of the COUPPCD function.
Specifies an instance of the PRICE function.
Specifies an instance of the DURATION function.
Specifies an instance of the AMORDEGRC function.
Specifies an instance of the AMORLINC function.
Specifies an instance of the DOLLARDE function.
Specifies an instance of the DOLLARFR function.
Specifies an instance of the XNPV function.
Specifies an instance of the XIRR function.
Specifies an instance of the CUMIPMT function.
Specifies an instance of the CUMPRINC function.
Specifies an instance of the EURO function.
Specifies an instance of the EUROCONVERT function.
Specifies an instance of the ODDFPRICE function.
Specifies an instance of the ODDLPRICE function.
Specifies an instance of the ODDLYIELD function.
Specifies an instance of the ODDFYIELD function.
Specifies an instance of the YIELDDISC function.
Specifies an instance of the YIELDMAT function.
Specifies an instance of the YIELD function.
Specifies an instance of the MDURATION function.
Specifies an instance of the WORKDAY function.
Specifies an instance of the NETWORKDAYS function.
Specifies an instance of the T function.
Specifies an instance of the CONVERT function.
Specifies an instance of the DEC2OCT function.
Specifies an instance of the DEC2BIN function.
Specifies an instance of the BIN2DEC function.
Specifies an instance of the BIN2HEX function.
Specifies an instance of the BIN2OCT function.
Specifies an instance of the OCT2BIN function.
Specifies an instance of the OCT2DEC function.
Specifies an instance of the OCT2HEX function.
Specifies an instance of the HEX2BIN function.
Specifies an instance of the HEX2DEC function.
Specifies an instance of the HEX2OCT function.
Specifies an instance of the DEC2HEX function.
Specifies an instance of the HLOOKUP function.
Specifies an instance of the VLOOKUP function.
Specifies an instance of the LOOKUP function.
Specifies an instance of the SUMIF function.
Specifies an instance of the COUNTIF function.
Specifies an instance of the ROMAN function.
Specifies an instance of the MDETERM function.
Specifies an instance of the MINVERSE function.
Specifies an instance of the MMULT function.
Specifies an instance of the TRANSPOSE function.
Specifies an instance of the ISPMT function.
Specifies an instance of the DATEDIF function.
Specifies an instance of the FREQUENCY function.
Specifies an instance of the TREND function.
Specifies an instance of the GROWTH function.
Specifies an instance of the LINEST function.
Specifies an instance of the LOGEST function.
Specifies an instance of the COMPLEX function.
Specifies an instance of the IMABS function.
Specifies an instance of the IMAGINARY function.
Specifies an instance of the IMARGUMENT function.
Specifies an instance of the IMCONJUGATE function.
Specifies an instance of the IMCOS function.
Specifies an instance of the IMDIV function.
Specifies an instance of the IMEXP function.
Specifies an instance of the IMLN function.
Specifies an instance of the IMLOG10 function.
Specifies an instance of the IMLOG2 function.
Specifies an instance of the IMPOWER function.
Specifies an instance of the IMPRODUCT function.
Specifies an instance of the IMREAL function.
Specifies an instance of the IMSIN function.
Specifies an instance of the IMSQRT function.
Specifies an instance of the IMSUM function.
Specifies an instance of the IMSUB function.
Specifies an instance of the DAVERAGE function.
Specifies an instance of the DCOUNT function.
Specifies an instance of the DCOUNTA function.
Specifies an instance of the DGET function.
Specifies an instance of the DMAX function.
Specifies an instance of the DMIN function.
Specifies an instance of the DPRODUCT function.
Specifies an instance of the DSTDEV function.
Specifies an instance of the DSTDEVP function.
Specifies an instance of the DSUM function.
Specifies an instance of the DVar function.
Specifies an instance of the DVarP function.
Specifies an instance of the OFFSET function.
Specifies an instance of the COLUMN function.
Specifies an instance of the ROW function.
Specifies an instance of the VALUE function.
Specifies an instance of the AVERAGEIF function.
Specifies an instance of the AVERAGEIFS function.
Specifies an instance of the COUNTIFS function.
Specifies an instance of the IFERROR function.
Specifies an instance of the MATCH function.
Specifies an instance of the SEARCH function.
Specifies an instance of the SUMIFS function.
Specifies an instance of the TEXT function.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Determines whether the evaluation of the function is dependent
on the context in which the evaluation occurs.
Represents an undefined function.
Creates an undefined function.
Name of the function
Returns the result of the function applied to the arguments.
Arguments for the function evaluation
Result of the function applied to the arguments
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Represents the abstract base class for defining operators.
Returns the text representation of the operator.
Text representation of the operator
Gets the name of the operator.
Represents the abstract base class for defining unary operators.
Returns the result of the operator applied to the operand.
Operand for the operator evaluation
Result of the operator applied to the operand
Represents an instance of the unary negate operator.
Represents an instance of the unary plus operator.
Represents an instance of the unary percent operator.
Represents the abstract base class for defining binary operators.
Returns the result of the operator applied to the operands.
Operand on the left side of the operator
Operand on the right side of the operator
Result of the operator applied to the operands
Represents an instance of the binary addition operator.
Represents an instance of the binary subtraction operator.
Represents an instance of the binary multiplication operator.
Represents an instance of the binary division operator.
Represents an instance of the binary exponent operator.
Represents an instance of the binary concatenate operator.
Represents an instance of the binary equals operator.
Represents an instance of the binary "not equals" operator.
Represents an instance of the binary "less than" operator.
Represents an instance of the binary "greater than" operator.
Represents an instance of the binary "less than or equals" operator.
Represents an instance of the binary "greater than or equals" operator.
Represents an instance of the binary "Union" operator.
Represents an instance of the binary "Intersect" operator.
Represents the union operator.
Gets the name of the operator.
Represents the intersect operator.
Gets the name of the operator.
Represents the equals operator.
Returns the result of the operator applied to the operands.
Operand on the left side of the operator
Operand on the right side of the operator
Result of the operator applied to the operands
Gets the name of the operator.
Returns the result of the operator applied to the operands.
Operand on the left side of the operator
Operand on the right side of the operator
Result of the operator applied to the operands
Gets the name of the operator.
Represents the less than operator.
Returns the result of the operator applied to the operands.
Operand on the left side of the operator
Operand on the right side of the operator
Result of the operator applied to the operands
Gets the name of the operator.
Represents the greater than operator.
Returns the result of the operator applied to the operands.
Operand on the left side of the operator
Operand on the right side of the operator
Result of the operator applied to the operands
Gets the name of the operator.
Represents the less than or equal operator.
Returns the result of the operator applied to the operands.
Operand on the left side of the operator
Operand on the right side of the operator
Result of the operator applied to the operands
Gets the name of the operator.
Represents the greater than or equal operator.
Returns the result of the operator applied to the operands.
Operand on the left side of the operator
Operand on the right side of the operator
Result of the operator applied to the operands
Gets the name of the operator.
Represents the concatenation operator.
Returns the result of the operator applied to the operands.
Operand on the left side of the operator
Operand on the right side of the operator
Result of the operator applied to the operands
Gets the name of the operator.
Represents the addition operator.
Returns the result of the operator applied to the operands.
Operand on the left side of the operator
Operand on the right side of the operator
Result of the operator applied to the operands
Gets the name of the operator.
Represents the subtraction operator.
Returns the result of the operator applied to the operands.
Operand on the left side of the operator
Operand on the right side of the operator
Result of the operator applied to the operands
Gets the name of the operator.
Represents the multiplication operator.
Returns the result of the operator applied to the operands.
Operand on the left side of the operator
Operand on the right side of the operator
Result of the operator applied to the operands
Gets the name of the operator.
Represents the division operator.
Returns the result of the operator applied to the operands.
Operand on the left side of the operator
Operand on the right side of the operator
Result of the operator applied to the operands
Gets the name of the operator.
Represents the exponent operator.
Returns the result of the operator applied to the operands.
Operand on the left side of the operator
Operand on the right side of the operator
Result of the operator applied to the operands
Gets the name of the operator.
Represents the percentage operator.
Returns the result of the operator applied to the operand.
Operand for the operator evaluation
Result of the operator applied to the operand
Gets the name of the operator.
Represents the unary negation operator.
Returns the result of the operator applied to the operand.
Operand for the operator evaluation
Result of the operator applied to the operand
Gets the name of the operator.
Represents the unary plus operator.
Returns the result of the operator applied to the operand.
Operand for the operator evaluation
Result of the operator applied to the operand
Gets the name of the operator.
In Excel, a string criteria with out a leading operator is treated as a
string begins with operation. In OpenOffice, a string criteria with out
a leading operator is treated as a string equals operation. We are
supporting the OpenOffice behavior.
In Excel and OpenOffice, a string equals criteria supports regular
expressions. We are not supporting regular expressions.
Determines if the current row meets the specified critieria.
Advances the enumerator to the next element of the collection.
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
Sets the enumerator to its initial position, which is before the first element in the collection.
Gets the current element in the collection.
Returns the average of values in a column in a list that match the specified conditions.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Counts the cells that contain numbers in a column in a list that match the specified conditions.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Counts the cells that are not empty in a column in a list that match the specified conditions.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Extracts a single value from a column in a list that matches the specified conditions.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the largest number in a column in a list that matches the specified conditions.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the smallest number in a column in a list that matches the specified conditions.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Multiplies the values in a column in a list that match the specified conditions.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Estimates the standard deviation of a population based on a sample, using the values in a column in a list that match the specified conditions.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Calculates the standard deviation of a population based on the entire populcation, using the values in a column in a list that match the specified conditions.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Adds the values in a column in a list that match the specified conditions.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Estimates the variance of a population based on a sample, using the values in a column in a list that match the specified conditions.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Calculates the variance of a population based on the entire population, using the values in a column in a list that match the specified conditions.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the DateTime object for a particular date, specified by the year, month, and day.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the DateTime object of the specified date.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the day number of the month (integer 1 to 31) that corresponds to the specified date.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the number of days between two dates based on a 360-day year.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the DateTime object that is the indicated number of months before or after a specified date.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the DateTime object for the last day of the month (end of month)
that is the indicated number of months before or after the start date.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the hour that corresponds to the provided time.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the minute corresponding to the provided time value.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the month corresponding to the specified date value.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the DateTime object of the current date and time.
Determines if the function is volatile.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the seconds (0 to 59) value for a specified time value.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns a TimeSpan object for the given hour, minute, and second.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns a TimeSpan object represented by a text string.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the DateTime object of the current date.
Determines if the function is volatile.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the number corresponding to the day of the week for a specified date.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns a number that indicates the week of the year numerically.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the year as an integer for a specified date.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the number of whole working days between start date and end date.
Indicates whether the Evaluate method can process missing arguments.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns a number that represents a date that is the indicated number of working days before or after start date.
Indicates whether the Evaluate method can process missing arguments.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the year as an integer for a specified date.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the number of days, months, or years betwwen two dates.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Converts the numeric value to its equivalent string representation in a given base.
Numeric value
Radix used in string representation
Minimum length of string representation
String representation of number
Converts the string representation of a number in a given base to its equivalent numeric value.
String representation of number
Radix used in string representation
Position of first non-parsed character
Numeric value
The empty string is treated as zero.
Returns the Bessel function of the first kind evaluated for purely imaginary arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the Bessel function of the first kind.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the modified Bessel function of the second kind evaluated for purely imaginary arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the Bessel function of the second kind.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Identifies whether two values are equal.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the error function integrated between a lower and an upper limit.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the complementary error function integrated between a lower limit and infinity.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns an indication of whether a number is equal to a threshold.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Converts a decimal number to octal.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Converts a decimal number to binary.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Converts a decimal number to hexadecimal.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Converts a binary number to decimal.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Converts a binary number to hexadecimal.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Converts a binary number to octal.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Converts a hexadecimal number to binary.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Converts a hexadecimal number to decimal.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Converts a hexadecimal number to octal.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Converts a octal number to binary.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Converts a octal number to decimal.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Converts a octal number to hexadecimal.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns an indication of whether a number is equal to a threshold.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Represents a complex number.
Constructs are complex number.
Returns the complex number represented by the specifid string.
Returns the string representation of this complex number.
Returns the string representation of this complex number.
Gets the real part of the complex number.
Gets the imaginary part of the complex number.
Converts the specified value to a complex number.
Converts a double to an object.
Value to convert
Object value equivalent to the specified value
Converts a double to an object.
Value to convert
String suffix
Object value equivalent to the specified value
Returns one euro as a given national currency.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Converts a currency value from one source to another.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the yield of a security that has an odd (short or long) last period.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the yield of a security that has an odd (short or long) first period.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the price per $100 face value of a security having an odd (short or long) last coupon period.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the price per $100 face value of a security having an odd (short or long) first period.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the cumulative interest paid on a loan between start_period and end_period.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the cumulative principal paid on a loan between start_period and end_period.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the internal rate of return for a schedule of cash flows that is not necessarily periodic.
Indicates whether the Evaluate method can process missing arguments.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the yield on a security that pays periodic interest.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the annual yield for a discounted security.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the annual yield of a security that pays interest at maturity.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the net present value for a schedule of cash flows that is not necessarily periodic.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Converts a dollar price expressed as a fraction into a dollar price expressed as a decimal number.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Converts a dollar price expressed as a fraction into a dollar price expressed as a decimal number.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the price per $100 face value of a security that pays periodic interest.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the modified duration for a security with an assumed par value of $100.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the Macauley duration for an assumed par value of $100.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the number of days from the beginning of the coupon period to the settlement date.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the number of days in the coupon period that contains the settlement date.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the number of days from the settlement date to the next coupon date.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns a number that represents the next coupon date after the settlement date.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the number of coupons payable between the settlement date and maturity date, rounded up to the nearest whole coupon.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns a number that represents the previous coupon date before the settlement date.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the depreciation for each accounting period.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Evaluates the function.
Arguments
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the depreciation for each accounting period.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the accrued interest for a security that pays periodic interest.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the accrued interest for a security that pays interest at maturity.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the depreciation of an asset for a specified period using the fixed-declining balance method.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the depreciation of an asset for a specified period using the double-declining balance method or another method you specify.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the discount rate for a security.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the effective annual interest rate for a given nominal annual interest rate
and the number of compounding periods per year.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the future value of an investment based on a present value, periodic payments,
and a specified interest rate.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the future value of an initial principal after applying a series of compound interest rates.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the interest rate for a fully invested security.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the calculation of payment of interest on a loan.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the internal rate of return for a series of cash flows represented by the numbers in values.
Indicates whether the Evaluate method can process missing arguments.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the modified internal rate of return for a series of periodic cash flows.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the nominal annual interest rate for a given effective rate and number of compounding periods per year.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the number of periods for an investment based on a present value,
future value, periodic payments, and a specified interest rate.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Calculates the net present value of an investment by using a discount rate and a series of future payments and income.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the payment amount for a loan given the present value, specified interest rate, and number of terms.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the amount of payment of principal.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the price per $100 face value of a discounted security.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the price at maturity per $100 face value of a security that pays interest.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the present value of an investment based on the interest rate, number and
amount of periodic payments, and future value.
Indicates whether the Evaluate method can process missing arguments.
Index of the argument
True if the function accepts CalcReference values for the specified argument; false otherwise
Evaluates the function with the given arguments.
Arguments for the function evaluation
Result of the function applied to the arguments
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the interest rate per period of an annuity.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the amount received at maturity for a fully invested security.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the straight-line depreciation of an asset for one period.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the sum-of-years' digits depreciation of an asset for a specified period.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the equivalent yield for a Treasury bill (or T-bill).
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the price per $100 face value for a Treasury bill (or T-bill).
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the yield for a Treasury bill (or T-bill).
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the depreciation of an asset for any period you specify using the variable declining balance method.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the number of empty (or blank) cells in a range of cells on a sheet.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns a number corresponding to one of the error values.
Indicates whether the Evaluate method can process CalcError values.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Tests whether a value, expression, or referenced cell is empty.
Indicates whether the Evaluate method can process CalcError values.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Tests whether a value, expression, or referenced cell has an error other than not available (#N/A).
Indicates whether the Evaluate method can process CalcError values.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Tests whether a value, expression, or referenced cell has an error of any kind.
Indicates whether the Evaluate method can process CalcError values.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Tests whether a value, expression, or referenced cell is even.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Tests whether a value, expression, or referenced cell is a logical value.
Indicates whether the Evaluate method can process CalcError values.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Tests whether a value, expression, or referenced cell has the not available (#N/A) error value.
Indicates whether the Evaluate method can process CalcError values.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Tests whether a value, expression, or referenced cell has non-text data.
Indicates whether the Evaluate method can process CalcError values.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Tests whether a value, expression, or referenced cell has numeric data.
Indicates whether the Evaluate method can process CalcError values.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Tests whether a value, expression, or referenced cell is odd.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Tests whether a value is a cell reference.
Indicates whether the Evaluate method can process CalcError values.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Tests whether a value, expression, or referenced cell has text data.
Indicates whether the Evaluate method can process CalcError values.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns a value converted to a number.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the error value #N/A that means 'not available'.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the type of value.
Indicates whether the Evaluate method can process CalcError values.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns true if all its arguments are true; otherwise, returns false if one or more arguments are false.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the value for logical false.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns one of two provided values based on a logical value after performing a comparison.
Indicates whether the Evaluate method can process CalcError values.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Reverses the logical value of its argument.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns true if any argument is true; returns false if all arguments are false.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the value for logical true.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Indicates whether the Evaluate method can process CalcError values.
Determines whether the function accepts CalcReference values
for the specified argument.
Index of the argument
True if the function accepts CalcReference values for the specified argument; false otherwise
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns a value from a list of values.
Indicates whether the Evaluate method can process CalcError values.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the column number of a reference.
Determines whether the function accepts CalcReference values
for the specified argument.
Index of the argument
True if the function accepts CalcReference values for the specified argument; false otherwise
Determines whether the function uses or ignores the values
for the specified argument.
Index of the argument
True if the function ignores values ; false otherwise
Evaluates the function with the given arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Determines whether the function accepts a context.
Returns the number of columns in an array or reference.
Determines whether the function uses or ignores the values
for the specified argument.
Index of the argument
True if the function ignores values ; false otherwise
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the row number of a reference.
Determines whether the function accepts CalcReference values
for the specified argument.
Index of the argument
True if the function accepts CalcReference values for the specified argument; false otherwise
Determines whether the function uses or ignores the values
for the specified argument.
Index of the argument
True if the function ignores values ; false otherwise
Evaluates the function with the given arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Determines whether the function accepts a context.
Returns the number of rows in an array or reference.
Determines whether the function uses or ignores the values
for the specified argument.
Index of the argument
True if the function ignores values ; false otherwise
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns a value or the reference to a value from within an array or range.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns a value or the reference to a value from within an array or range.
Indicates whether the Evaluate method can process missing arguments.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns a value or the reference to a value from within an array or range.
Indicates whether the Evaluate method can process missing arguments.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns a value or the reference to a value from within an array or range.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Creates a cell address as text, given specified row and column numbers.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns a reference to a range that is the specified number of rows and columns from a the specified cell or range.
Indicates whether the Evaluate method can process missing arguments.
Indicates whether the Evaluate method can process references.
Determines if the function is volatile.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Determines whether the function accepts CalcMissingArgument values
for the specified argument.
Index of the argument
True if the function accepts CalcReference values for the specified argument; false otherwise
Determines whether the function accepts CalcReference values
for the specified argument.
Index of the argument
True if the function accepts CalcReference values for the specified argument; false otherwise
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Internal use only.
Tests the equalness of two numbers with an accuracy of the magnitude
of the given values scaled by 2^-48 (4 bits stripped). This is used
by the rounding and truncating methods to iron out small roundoff
errors.
A floor method taking ApproxEqual into account.
A ceiling method taking ApproxEqual into account.
Provides quick lookup for some common powers of 10.
Returns 10 raised to the specified power.
Returns the absolute value of the specified value.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the angle whose cosine is the specified value. The angle is in radians between 0 (zero) and pi.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the inverse hyperbolic cosine of the specified value.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the angle whose sine is the specified value.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the inverse hyperbolic sine of a number.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the angle whose tangent is the specified value.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the arctangent of the specified x- and y-coordinates.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the inverse hyperbolic tangent of a number.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Rounds a number up to the nearest multiple of a specified value.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the number of possible combinations for a specified number of items.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the cosine of the specified angle.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the hyperbolic cosine of the specified value.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Converts the specified value from radians to degrees.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Rounds the specified value up to the nearest even integer.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns e raised to the power of the specified value.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the factorial of the specified number.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the double factorial of a number.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Rounds a number down to the nearest multiple of a specified value.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the greatest common divisor of two numbers.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Rounds a specified number down to the nearest integer.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the least common multiple of integers.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the natural logarithm of the specified number.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the logarithm base Y of a number X.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the logarithm base 10 of a number.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the remainder after the Number argument (dividend) is divided by the Divisor argument.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns a number rounded to the desired multiple.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Calculates the ratio of the factorial of a sum of values to the product of factorials.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Rounds the specified value up to the nearest odd integer.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Provides pi as 3.1415926536.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Raises the specified number to the given power.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Multiplies all the arguments and returns the product.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the integer portion of a division.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Converts the specified number from degrees to radians.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns an evenly distributed random number greater than or equal to 0 and less than 1.
Determines if the function is volatile.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Represents the RANDBETWEEN function.
Determines if the function is volatile.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Rounds the specified value to the nearest number, using the specified number of decimal places.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Rounds the specified number down to the nearest number, using the specified number of decimal places.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Rounds the specified number up to the nearest number, using the specified number of decimal places.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the sum of a power series.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the sign of a number.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the sine of the specified angle.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the hyperbolic sine of the specified number.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the positive square root of the specified number.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Represents the SQRTPI function.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Sums values, cells, or blocks.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Multiplies corresponding components in the given arrays, and returns the sum of those products.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the sum of the squares of the arguments.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the sum of the difference of the squares of two arrays.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the sum of the sum of squares of corresponding values in two arrays.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the sum of the difference of squares of corresponding values in two arrays.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the tangent of the specified angle.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the hyperbolic tangent of the specified number.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Removes the specified fractional part of the specified number.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns a subtotal.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Sums values based on criteria.
Indicates whether the Evaluate method can process missing arguments.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Counts values based on criteria.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Represents the digit.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
A concrete implementation of the CalcArray class.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
A concrete implementation of the CalcArray class.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the average of the absolute deviations of the specified values from their mean.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the average of the specified values.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the average of the specified values.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the cumulative beta distribution function.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the inverse of the cumulative beta distribution function.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the individual term binomial distribution probability.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the one-tailed probability of the chi-squared distribution.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the inverse of the one-tailed probability of the chi-squared distribution.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the test for independence from the chi-squared distribution.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the confidence interval for a population mean.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the correlation coefficient of the two sets of data.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the average of the products of deviations for each data point pair in two sets of numbers.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the smallest value for which the cumulative binomial distribution is greater than or equal to a criterion value.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the sum of squares of deviations of data points from their sample mean.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the exponential distribution or the probability density.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the F probability distribution, to see degrees of diversity between two sets of data.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the inverse of the F probability distribution.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the Fisher transformation for a specified value.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the inverse of the Fisher transformation.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Calculates a future value using existing values.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Represents the FTEST function.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the gamma distribution.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the inverse of the gamma cumulative distribution.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the natural logarithm of the Gamma function.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the geometric mean of a set of positive data.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the harmonic mean of a data set.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the hypergeometric distribution.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Calculates the point at which a line intersects the y-axis by using existing x-values and y-values.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the kurtosis of a data set.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the nth largest value in a data set.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the inverse of the lognormal cumulative distribution function of x.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the cumulative natural log normal distribution of x.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the maximum value of all arguments.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the maximum value of all arguments.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the number in the middle of the provided set of numbers.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the minimum value of all arguments.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the minimum value of all arguments.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the most frequently occurring value in a set of data.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the negative binomial distribution.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the normal cumulative distribution for the specified mean and standard deviation.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the inverse of the normal cumulative distribution for the given mean and standard deviation.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the standard normal cumulative distribution function.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the inverse of the standard normal cumulative distribution.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the Pearson product moment correlation coefficient.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the nth percentile of values in a range.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the rank of a value in a data set as a percentage of the data set.
Indicates whether the Evaluate method can process missing arguments.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the number of possible permutations for a specified number of items.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the Poisson distribution.
Returns the factorial of a number.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the probability that values in a range are between two limits.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the quartile (of which quarter or 25 percent) of a data set.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the rank of a number in a set of numbers.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Represents the RSQ function.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the skewness of a distribution.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Calculates the slope of a linear regression.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the nth smallest value in a data set.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns a normalized value from a distribution characterized by mean and standard deviation.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the standard deviation for a set of numbers.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the standard deviation for a set of numbers.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Calculates standard deviation based on the entire population given as arguments.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Calculates standard deviation based on the entire population given as arguments.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the standard error of the predicted y value for each x.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the probability for the t-distribution.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the t-value of the t-distribution as a function of the probability and the degrees of freedom.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the mean of a subset of data excluding the topmost and bottommost data.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the probability associated with a t-test.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Calculates variance based on a sample of a population.
Evaluates the function with the given arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Calculates variance based on a sample of a population.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Calculates variance based on the entire population.
Evaluates the function with the given arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Calculates variance based on the entire population.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the two-parameter Weibull distribution.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the significance value of a z-test.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Counts the number of number values in the arguments.
Indicates whether the Evaluate method can process CalcError values.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Counts the number of number values in the arguments.
Indicates whether the Evaluate method can process CalcError values.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the number of possible permutations for a specified number of items.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
A concrete implementation of the CalcArray class.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
A concrete implementation of the CalcArray class.
A concrete implementation of the CalcArray class.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
A concrete implementation of the CalcArray class.
A concrete implementation of the CalcArray class.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
A concrete implementation of the CalcArray class.
A concrete implementation of the CalcArray class.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
A concrete implementation of the CalcArray class.
A concrete implementation of the CalcArray class.
Indicates whether the Evaluate method can process missing arguments.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Indicates whether the Evaluate method can process references.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the character specified by a number.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Removes all nonprintable characters from text.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns a numeric code to represent the first character in a text string.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Combines multiple text strings or numbers into one text string.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Converts a number to text using currency format, with the decimals rounded to the specified place.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns 1 (True) if two strings are the same; otherwise, 0 (False).
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Finds one text value within another.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Rounds a number to the specified number of decimals, formats the number in decimal format using a period and commas, and returns the result as text.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the first (or leftmost) characters from a text value.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the number of characters in a text string.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Converts text to lowercase letters.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the requested number of characters from a text string starting at the position you specify.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Capitalizes the first letter in each word of a text string.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Replaces part of a text string with a different text string.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Repeats text a specified number of times.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the rightmost characters from a text value.
Indicates whether the Evaluate method can process missing arguments.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Substitutes a new string for specified characters in an existing string.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Removes extra spaces from a string and leaves single spaces between words.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Converts text to uppercase.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Returns the text referred to by value.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Converts a string that represents a number to a number.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Determines whether the function accepts CalcMissingArgument values
for the specified argument.
Index of the argument
True if the function accepts CalcReference values for the specified argument; false otherwise
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.
Evaluates the function with the given arguments.
Gets the name of the function.
Gets the minimum number of arguments for the function.
Gets the maximum number of arguments for the function.