| Class | Description |
| CalcAbsFunction | Returns the absolute value of a number. The absolute value of a number is the number without its sign. |
| CalcAccrintFunction | Returns the System.Double accrued interest for a security that pays periodic interest. |
| CalcAccrintMFunction | Returns the System.Double accrued interest for a security that pays interest at maturity. |
| CalcAcosFunction | Returns the arccosine, or inverse cosine, of a number. |
| CalcAcoshFunction | Returns the inverse hyperbolic cosine of a number. |
| CalcAddressFunction | Creates a cell address as text, given specified row and column numbers. |
| CalcAmordegrcFunction | Returns the System.Double depreciation for each accounting period. |
| CalcAmorlincFunction | Returns the System.Double depreciation for each accounting period. |
| CalcAndFunction | Returns true if all its arguments are true; returns false if one or more argument is false. |
| CalcAsinFunction | Returns the arcsine, or inverse sine, of a number. |
| CalcAsinhFunction | Returns the inverse hyperbolic sine of a number. |
| CalcAtan2Function | Returns the arctangent, or inverse tangent, of the specified x- and y-coordinates. |
| CalcAtanFunction | Returns the arctangent, or inverse tangent, of a number. |
| CalcAtanhFunction | Returns the inverse hyperbolic tangent of a number. |
| CalcAveDevFunction | Returns the average of the absolute deviations of data points from their mean. |
| CalcAverageAFunction | Calculates the average (arithmetic mean) of the values in the list of arguments. |
| CalcAverageFunction | Returns the average (arithmetic mean) of the arguments. |
| CalcAverageIfFunction | Returns the average (arithmetic mean) of all the cells in a range that meet a given criteria. |
| CalcAverageIfsFunction | Returns the average (arithmetic mean) of all cells that meet multiple criteria. |
| CalcBesselIFunction | Returns the System.Double modified Bessel function, which is equivalent to the Bessel function evaluated for purely imaginary arguments. |
| CalcBesselJFunction | Returns the System.Double modified Bessel function represented by J(x). |
| CalcBesselKFunction | Returns the System.Double modified Bessel function represented by K(x). |
| CalcBesselYFunction | Returns the System.Double Bessel function, which is also called the Weber function or the Neumann function. |
| CalcBetaDistFunction | Returns the System.Double cumulative beta probability density function. |
| CalcBetaInvFunction | Returns the System.Double inverse of the cumulative beta probability density function for a specified beta distribution. |
| CalcBin2DecFunction | Returns the System.Int32 converted from binary to decimal. |
| CalcBin2HexFunction | Returns the System.String converted from binary to hexadecimal. |
| CalcBin2OctFunction | Returns the System.String converted from binary to octal. |
| CalcBinomDistFunction | Returns the System.Double individual term binomial distribution probability. |
| CalcBuiltinFunction | Represents an abstract base class for CalcEngine builtin functions. |
| CalcCeilingFunction | Returns number rounded up, away from zero, to the nearest multiple of significance. |
| CalcCharFunction | Returns the character specified by a number. Use CHAR to translate code page numbers you might get from files on other types of computers into characters. |
| CalcChiDistFunction | Returns the System.Double one tailed probability of the chi-squared distribution. |
| CalcChiInvFunction | Returns the System.Double inverse of the one-tailed probability of the chi-squared distribution. |
| CalcChiTestFunction | Returns the System.Double value from the chi-squared distribution. |
| CalcChooseFunction | Uses index_num to return a value from the list of value arguments. |
| CalcCleanFunction | Removes all nonprintable characters from text. Use CLEAN on text imported from other applications that contains characters that may not print with your operating system. For example, you can use CLEAN to remove some low-level computer code that is frequently at the beginning and end of data files and cannot be printed. |
| CalcCodeFunction | Returns a numeric code for the first character in a text string. The returned code corresponds to the character set used by your computer. |
| CalcColumnFunction | Returns the column number of the given reference. |
| CalcColumnsFunction | Returns the number of columns in an array or reference. |
| CalcCombinFunction | Returns the number of combinations for a given number of items. |
| CalcComplexFunction | Returns the System.String complex number given the real and imaginary coefficient. |
| CalcConcatenateFunction | Joins two or more text strings into one text string. |
| CalcConfidenceFunction | Returns the System.Double confidence interval for a population mean. |
| CalcConvertFunction | Returns the System.Double equivalent number when converted to another measurement system. |
| CalcCorrelFunction | Returns the System.Double correlation coefficient of the array1 and array2 cell ranges. |
| CalcCosFunction | Returns the cosine of the given angle. |
| CalcCoshFunction | Returns the hyperbolic cosine of a number. |
| CalcCountAFunction | Counts the number of cells that are not empty and the values within the list of arguments. |
| CalcCountBlankFunction | Counts empty cells in a specified range of cells. |
| CalcCountFunction | Counts the number of cells that contain numbers and counts numbers within the list of arguments. |
| CalcCountIfFunction | Counts the number of cells within a range that meet the given criteria. |
| CalcCountIfsFunction | Counts the number of cells within a range that meet multiple criteria. |
| CalcCoupDayBsFunction | Returns the System.Double number of days from the beginning of the coupon period to the settlement date. |
| CalcCoupDaysFunction | Returns the System.Double number of days in the coupon period that contains the settlement date. |
| CalcCoupDaysNcFunction | Returns the System.Double number of days from the settlement date to the next coupon date. |
| CalcCoupNcdFunction | Returns a System.Double number that represents the next coupon date after the settlement date. |
| CalcCoupNumFunction | Returns the System.Double number of coupons payable between the settlement date and maturity date, rounded up to the nearest whole coupon. |
| CalcCoupPcdFunction | Returns a System.Double number that represents the previous coupon date before the settlement date. |
| CalcCovarFunction | Returns the System.Double covariance of two lists of numbers. |
| CalcCritBinomFunction | Returns the System.Double smallest number which is the cumulative binomial distribution that is greater than a criterion value. |
| CalcCumIpmtFunction | Returns the System.Double cumulative interest paid on a loan between start_period and end_period. |
| CalcCumPrincFunction | Returns the System.Double cumulative principal paid on a loan between start_period and end_period. |
| CalcDateDifFunction | Returns the number of days, months, or years between two dates. |
| CalcDateFunction | Returns the System.DateTime that represents a particular date. |
| CalcDateValueFunction | Returns the System.DateTime of the date represented by date_text. |
| CalcDAverageFunction | Averages the values in a field (column) of records in a list or database that match conditions you specify. |
| CalcDayFunction | Returns the day of a date, represented by a serial number. The day is given as an System.Int32 ranging from 1 to 31. |
| CalcDays360Function | Returns the number of days between two dates based on a 360-day year (twelve 30-day months), which is used in some accounting calculations. Use this function to help compute payments if your accounting system is based on twelve 30-day months. |
| CalcDbFunction | Returns the System.Double depreciation of an asset for a specified period using the fixed-declining balance method. |
| CalcDCountAFunction | Counts the cells that contain numbers in a field (column) of records in a list or database that match conditions that you specify. |
| CalcDCountFunction | Counts the cells that contain numbers in a field (column) of records in a list or database that match conditions that you specify. |
| CalcDdbFunction | Returns the System.Double depreciation of an asset for a specified period using the double-declining balance method or some other method you specify. |
| CalcDec2BinFunction | Returns the System.String converted from decimal to binary. |
| CalcDec2HexFunction | Returns the System.String converted from decimal to hexadecimal. |
| CalcDec2OctFunction | Returns the System.String converted from decimal to octal. |
| CalcDegreesFunction | Converts radians into degrees. |
| CalcDeltaFunction | Returns the System.Int32 value indicating if two numbers are equal. |
| CalcDevSqFunction | Returns the System.Double sum of squares of deviations of data points from their mean. |
| CalcDGetFunction | Extracts a single value from a column of a list or database that matches conditions that you specify. |
| CalcDiscFunction | Returns the System.Double discount rate for a security. |
| CalcDMaxFunction | Returns the largest number in a field (column) of records in a list or database that matches conditions you that specify. |
| CalcDMinFunction | Returns the smallest number in a field (column) of records in a list or database that matches conditions that you specify. |
| CalcDollarDeFunction | Returns the System.Double dollar fraction expressed as a decimal. |
| CalcDollarFrFunction | Returns the System.Double dollar decimal expressed as a fraction. |
| CalcDollarFunction | The function described in this Help topic converts a number to text format and applies a currency symbol. The name of the function (and the symbol that it applies) depends upon your language settings. This function converts a number to text using currency format, with the decimals rounded to the specified place. The format used is $#,##0.00_);($#,##0.00). |
| CalcDProductFunction | Multiplies the values in a field (column) of records in a list or database that match conditions that you specify. |
| CalcDStDevFunction | Estimates the standard deviation of a population based on a sample by using the numbers in a field (column) of records in a list or database that match conditions that you specify. |
| CalcDStDevPFunction | Calculates the standard deviation of a population based on the entire population by using the numbers in a field (column) of records in a list or database that match conditions that you specify. |
| CalcDSumFunction | Adds the numbers in a field (column) of records in a list or database that match conditions that you specify. |
| CalcDurationFunction | Returns the System.Double Macauley duration for an assumed par value of $100. |
| CalcDVarFunction | Estimates the variance of a population based on a sample by using the numbers in a field (column) of records in a list or database that match conditions that you specify. |
| CalcDVarPFunction | Calculates the variance of a population based on the entire population by using the numbers in a field (column) of records in a list or database that match conditions that you specify. |
| CalcEDateFunction | Returns the System.DateTime that represents the date that is the indicated number of months before or after a specified date (the start_date). Use EDATE to calculate maturity dates or due dates that fall on the same day of the month as the date of issue. |
| CalcEffectFunction | Returns the System.Double effective annual interest rate, given the nominal annual interest rate and the number of compounding periods per year. |
| CalcEoMonthFunction | Returns the System.DateTime for the last day of the month that is the indicated number of months before or after start_date. Use EOMONTH to calculate maturity dates or due dates that fall on the last day of the month. |
| CalcErfcFunction | Returns the System.Double complementary error function integrated between x and infinity. |
| CalcErfFunction | Returns the System.Double error function integrated between lower_limit and upper_limit. |
| CalcError_TypeFunction | Returns a number corresponding to one of the error values or returns the #N/A error if no error exists. |
| CalcEuroConvertFunction | Converts a currency value from one source to another. |
| CalcEuroFunction | Returns one euro as a given national currency. |
| CalcEvenFunction | Returns number rounded up to the nearest even integer. |
| CalcExactFunction | Compares two text strings and returns true if they are exactly the same, false otherwise. |
| CalcExpFunction | Returns e raised to the power of number. |
| CalcExponDistFunction | Returns the System.Double exponential distribution. |
| CalcFactDoubleFunction | Returns the double factorial of a number. |
| CalcFactFunction | Returns the factorial of a number. |
| CalcFalseFunction | Returns the logical value false. |
| CalcFDistFunction | Returns the System.Double F probability distribution. |
| CalcFindFunction | Locate one text string within a second text string, and return the number of the starting position of the first text string from the first character of the second text string. |
| CalcFInvFunction | Returns the System.Double inverse of the F probability distribution. |
| CalcFisherFunction | Returns the System.Double Fisher transformation at x. |
| CalcFisherInvFunction | Returns the System.Double inverse of the Fisher transformation. |
| CalcFixedFunction | 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 System.String. |
| CalcFloorFunction | Rounds number down, toward zero, to the nearest multiple of significance. |
| CalcForecastFunction | Returns the System.Double future value along a linear trend by using existing values. |
| CalcFrequencyFunction | Calculates how often values occur within a range of values, and then returns a vertical array of numbers. |
| CalcFTestFunction | Returns the System.Double result of an F-test. |
| CalcFunction | Represents an abstract base class for defining functions. |
| CalcFvFunction | Returns the System.Double future value of an investment based on periodic, constant payments and a constant interest rate. |
| CalcFvScheduleFunction | Returns the System.Double future value of an initial principal after applying compound interest rates. |
| CalcGammaDistFunction | Returns the System.Double gamma distribution. |
| CalcGammaInvFunction | Returns the System.Double inverse of the gamma cumulative distribution. |
| CalcGammaLnFunction | Returns the System.Double natural logarithm of the gamma function, ¦£(x). |
| CalcGcdFunction | Returns the greatest common divisor of two or more integers. The greatest common divisor is the largest integer that divides both number1 and number2 without a remainder. |
| CalcGeoMeanFunction | Returns the geometric mean of an array or range of positive data. |
| CalcGeStepFunction | Returns the boolean value depending if a number is greater than a threshold value. |
| CalcGrowthFunction | Returns the GrapeCity.CalcEngine.CalcArray predicted exponential growth by using existing data. |
| CalcHarMeanFunction | Returns the harmonic mean of a data set. The harmonic mean is the reciprocal of the arithmetic mean of reciprocals. |
| CalcHex2BinFunction | Returns the System.String converted from hexadecimal to binary. |
| CalcHex2DecFunction | Returns the System.Double number converted from hexadecimal to decimal. |
| CalcHex2OctFunction | Returns the System.String number converted from hexadecimal to octal. |
| CalcHLookupFunction | Searches for a value in the top row of a table or an array of values, and then returns a value in the same column from a row you specify in the table or array. |
| CalcHourFunction | Returns the hour of a time value. The hour is given as an System.Int32, ranging from 0 (12:00 A.M.) to 23 (11:00 P.M.). |
| CalcHypGeomDistFunction | Returns the System.Double hyper geometric distribution for a finite population. |
| CalcIfErrorFunction | Returns a value you specify if a formula evaluates to an error; otherwise, returns the result of the formula. Use the IFERROR function to trap and handle errors in a formula (formula: A sequence of values, cell references, names, functions, or operators in a cell that together produce a new value. A formula always begins with an equal sign (=).). |
| CalcIfFunction | Returns one value if a condition you specify evaluates to true and another value if it evaluates to false. |
| CalcImAbsFunction | Returns the System.Double absolute value (modulus) of a complex number in x + yi or x + yj text format. |
| CalcImaginaryFunction | Returns the System.Double imaginary coefficient of a complex number in x + yi or x + yj text format. |
| CalcImArgumentFunction | Returns the System.Double argument (theta), an angle expressed in radians. |
| CalcImConjugateFunction | Returns the System.String complex conjugate of a complex number in x + yi or x + yj text format. |
| CalcImCosFunction | Returns the System.String cosine of a complex number in x + yi or x + yj text format. |
| CalcImDivFunction | Returns the System.String quotient of two complex numbers in x + yi or x + yj text format. |
| CalcImExpFunction | Returns the System.String exponential of a complex number in x + yi or x + yj text format. |
| CalcImLnFunction | Returns the System.String natural logarithm of a complex number in x + yi or x + yj text format. |
| CalcImLog10Function | Returns the System.String common logarithm (base 10) of a complex number in x + yi or x + yj text format. |
| CalcImLog2Function | Returns the System.String base-2 logarithm of a complex number in x + yi or x + yj text format. |
| CalcImPowerFunction | Returns a System.String complex number in x + yi or x + yj text format raised to a power. |
| CalcImProductFunction | Returns the System.String product of 1 to 255 complex numbers in x + yi or x + yj text format. |
| CalcImRealFunction | Returns the System.Double real coefficient of a complex number in x + yi or x + yj text format. |
| CalcImSinFunction | Returns the System.String sine of a complex number in x + yi or x + yj text format. |
| CalcImSqrtFunction | Returns the System.String square root of a complex number in x + yi or x + yj text format. |
| CalcImSubFunction | Returns the System.String difference of two complex numbers in x + yi or x + yj text format. |
| CalcImSumFunction | Returns the System.String sum of two or more complex numbers in x + yi or x + yj text format. |
| CalcIndexFunction | Returns a value or the reference to a value from within a table or range. |
| CalcInterceptFunction | Returns the System.Double intersection with the y-axis using a linear regression plotted through known values. |
| CalcIntFunction | Rounds a number down to the nearest integer. |
| CalcIntrateFunction | Returns the System.Double interest rate for a fully invested security. |
| CalcIpmtFunction | Returns the System.Double interest payment for a given period for an investment based on periodic, constant payments and a constant interest rate. |
| CalcIrrFunction | Returns the System.Double internal rate of return for a series of cash flows represented by the numbers in values. |
| CalcIsBlankFunction | Checks whether the value is refers to an empty cell. |
| CalcIsErrFunction | Checks whether the value is refers to any error value except #N/A. |
| CalcIsErrorFunction | Checks whether the value is refers to any error value except #N/A. |
| CalcIsEvenFunction | Checks whether the number is even. |
| CalcIsLogicalFunction | Checks whether the value is refers to a logical value. |
| CalcIsNAFunction | Checks whether the value is refers to the #N/A (value not available) error value. |
| CalcIsNonTextFunction | Checks whether the value is refers to any item that is not text. |
| CalcIsNumberFunction | Checks whether the value is refers to a number. |
| CalcIsOddFunction | Checks whether the number is odd. |
| CalcIspmtFunction | Returns the System.Double interest paid during a specific period of an investment. |
| CalcIsRefFunction | Checks whether the value is refers to a reference. |
| CalcIsTextFunction | Checks whether the value is refers to text. |
| CalcKurtFunction | Returns the kurtosis of a data set. |
| CalcLargeFunction | Returns the k-th largest value in a data set. |
| CalcLcmFunction | Returns the least common multiple of integers. The least common multiple is the smallest positive integer that is a multiple of all integer arguments number1, number2, and so on. Use LCM to add fractions with different denominators. |
| CalcLeftFunction | Returns the first character or characters in a text string, based on the number of characters you specify. |
| CalcLenFunction | Returns the number of characters in a text string. |
| CalcLinestFunction | Returns the GrapeCity.CalcEngine.CalcArray coordinates for a straight line that best fits your data. |
| CalcLnFunction | Returns the natural logarithm of a number. |
| CalcLog10Function | Returns the base-10 logarithm of a number. |
| CalcLogestFunction | Returns the GrapeCity.CalcEngine.CalcArray array of values for an exponential curve that best fits your data. |
| CalcLogFunction | Returns the logarithm of a number to the base you specify. |
| CalcLogInvFunction | Returns the System.Double inverse of the lognormal cumulative distribution function of x, where ln(x) is normally distributed with parameters mean and standard_dev |
| CalcLogNormDistFunction | Returns the System.Double cumulative lognormal distribution of x, where ln(x) is normally distributed with parameters mean and standard_dev. |
| CalcLookupFunction | Returns a value either from a one-row or one-column range or from an array. |
| CalcLowerFunction | Converts all uppercase letters in a text string to lowercase. |
| CalcMatchFunction | Returns the relative position of an item in an array that matches a specified value in a specified order. |
| CalcMaxAFunction | Returns the largest value in a list of arguments. |
| CalcMaxFunction | Returns the largest value in a set of values. |
| CalcMDetermFunction | Returns the matrix determinant of an array. |
| CalcMDurationFunction | Returns the System.Double modified Macauley duration for a security with an assumed par value of $100. |
| CalcMedianFunction | Returns the median of the given numbers. The median is the number in the middle of a set of numbers. |
| CalcMidFunction | Returns a specific number of characters from a text string, starting at the position you specify, based on the number of characters you specify. |
| CalcMinAFunction | Returns the smallest value in the list of arguments. |
| CalcMinFunction | Returns the smallest number in a set of values. |
| CalcMinuteFunction | Returns the minutes of a time value. The minute is given as an System.Int32, ranging from 0 to 59. |
| CalcMInverseFunction | Returns the inverse matrix for the matrix stored in an array. |
| CalcMIrrFunction | Returns the System.Double modified internal rate of return for a series of periodic cash flows. |
| CalcMMultFunction | Returns the matrix product of two arrays. |
| CalcModeFunction | Returns the most frequently occurring, or repetitive, value in an array or range of data. |
| CalcModFunction | Returns the remainder after number is divided by divisor. The result has the same sign as divisor. |
| CalcMonthFunction | Returns the month of a date represented by a serial number. The month is given as an System.Int32, ranging from 1 (January) to 12 (December). |
| CalcMRoundFunction | Returns a number rounded to the desired multiple. |
| CalcMultinomialFunction | Returns the ratio of the factorial of a sum of values to the product of factorials. |
| CalcNAFunction | Returns the error value #N/A. |
| CalcNegBinomDistFunction | Returns the System.Double negative binomial distribution. |
| CalcNetWorkdaysFunction | Returns the number of whole working days between start_date and end_date. Working days exclude weekends and any dates identified in holidays. Use NETWORKDAYS to calculate employee benefits that accrue based on the number of days worked during a specific term. |
| CalcNFunction | Returns a value converted to a number. |
| CalcNominalFunction | Returns the System.Double nominal annual interest rate, given the effective rate and the number of compounding periods per year. |
| CalcNormDistFunction | Returns the System.Double normal cumulative distribution. |
| CalcNormInvFunction | Returns the System.Double inverse of the normal cumulative distribution. |
| CalcNormSDistFunction | Returns the System.Double standard normal cumulative distribution. |
| CalcNormSInvFunction | Returns the System.Double inverse of the standard normal cumulative distribution. |
| CalcNotFunction | Reverses the value of its argument. Use NOT when you want to make sure a value is not equal to one particular value. |
| CalcNowFunction | Returns the System.DateTime of the current date and time. |
| CalcNperFunction | Returns the System.Double number of periods for an investment based on periodic, constant payments and a constant interest rate. |
| CalcNpvFunction | Returns the System.Double net present value of a series of cash flows (in and out). |
| CalcOct2BinFunction | Returns the System.String number converted from octal to binary. |
| CalcOct2DecFunction | Returns the System.Double number converted from octal to decimal. |
| CalcOct2HexFunction | Returns the System.String number converted from octal to hexadecimal. |
| CalcOddFPriceFunction | Returns the System.Double price per $100 face value of a security having an odd (short or long) first period. |
| CalcOddFunction | Returns number rounded up to the nearest odd integer. |
| CalcOddFYieldFunction | Returns the System.Double yield of a security that has an odd (short or long) first period. |
| CalcOddLPriceFunction | Returns the System.Double price per $100 face value of a security having an odd (short or long) last coupon period. |
| CalcOddLYieldFunction | Returns the System.Double yield of a security that has an odd (short or long) last period. |
| CalcOffsetFunction | Returns a reference to a range that is a specified number of rows and columns from a cell or range of cells. |
| CalcOrFunction | Returns true if any argument is true; returns false if all arguments are false. |
| CalcPearsonFunction | Returns the System.Double Pearson product moment correlation coefficient. |
| CalcPercentileFunction | Returns the k-th percentile of values in a range. |
| CalcPercentRankFunction | Returns the rank of a value in a data set as a percentage of the data set. |
| CalcPermutFunction | Returns the System.Double number of permutations from a given number. |
| CalcPiFunction | Returns the mathematical constant pi. |
| CalcPmtFunction | Returns the System.Double payment for a loan with constant payments and fixed interest. |
| CalcPoissonFunction | Returns the Poisson distribution. |
| CalcPowerFunction | Returns the result of a number raised to a power. |
| CalcPpmtFunction | Returns the System.Double payment on the principal for a given period for an investment based on periodic, constant payments and a constant interest rate. |
| CalcPriceDiscFunction | Returns the System.Double price per $100 face value of a discounted security. |
| CalcPriceFunction | Returns the System.Double price per $100 face value of a security that pays periodic interest. |
| CalcPriceMatFunction | Returns the System.Double price per $100 face value of a security that pays interest at maturity. |
| CalcProbFunction | Returns the probability that values in a range are between two limits. |
| CalcProductFunction | Multiplies all the numbers given as arguments and returns the product. |
| CalcProperFunction | Capitalizes the first letter in a text string and any other letters in text that follow any character other than a letter. Converts all other letters to lowercase letters. |
| CalcPvFunction | Returns the System.Double present value of an annuity with fixed cash flows. |
| CalcQuartileFunction | Returns the quartile of a data set. Quartiles often are used in sales and survey data to divide populations into groups. |
| CalcQuotientFunction | Returns the integer portion of a division. |
| CalcRadiansFunction | Converts degrees to radians. |
| CalcRandBetweenFunction | Returns a random integer number between the numbers you specify. |
| CalcRandFunction | Returns an evenly distributed random real number greater than or equal to 0 and less than 1. |
| CalcRankFunction | Returns the rank of a number in a list of numbers. |
| CalcRateFunction | Returns the System.Double interest rate per period of an annuity. |
| CalcReceivedFunction | Returns the System.Double amount received at maturity for a fully invested security. |
| CalcReplaceFunction | Replaces part of a text string, based on the number of characters you specify, with a different text string. |
| CalcReptFunction | Repeats text a given number of times. |
| CalcRightFunction | returns the last character or characters in a text string, based on the number of characters you specify. |
| CalcRomanFunction | Converts an Arabic numeral to roman, as text. |
| CalcRoundDownFunction | Rounds a number down, toward zero. |
| CalcRoundFunction | Returns a number rounded to the desired multiple. |
| CalcRoundUpFunction | Rounds a number up, away from 0. |
| CalcRowFunction | Returns the row number of a reference. |
| CalcRowsFunction | Returns the number of rows in a reference or array. |
| CalcRSqFunction | Returns the square of the Pearson product moment correlation coefficient through data points in known_y's and known_x's. |
| CalcSearchFunction | locate one text string within a second text string, and return the number of the starting position of the first text string from the first character of the second text string. |
| CalcSecondFunction | Returns the seconds of a time value. The second is given as an System.Int32 in the range 0 (zero) to 59. |
| CalcSeriesSumFunction | Returns the sum of a power series based on the formula. |
| CalcSignFunction | Determines the sign of a number. Returns 1 if the number is positive, zero (0) if the number is 0, and -1 if the number is negative |
| CalcSinFunction | Returns the sine of the given angle. |
| CalcSinhFunction | Returns the hyperbolic sine of a number. |
| CalcSkewFunction | Returns the skew of a distribution. |
| CalcSlnFunction | Returns the System.Double straight-line depreciation of an asset for one period. |
| CalcSlopeFunction | Returns the System.Double slope of the linear regression. |
| CalcSmallFunction | Returns the smallest value in a data set. |
| CalcSqrtFunction | Returns a positive square root. |
| CalcSqrtPiFunction | Returns the square root of (number * pi). |
| CalcStandardizeFunction | Returns a normalized value from a distribution characterized by mean and standard_dev. |
| CalcStDevAFunction | Returns the System.Double standard deviation based on a sample, including text and logical values. |
| CalcStDevFunction | Returns the System.Double standard deviation based on a sample. |
| CalcStDevPAFunction | Returns the System.Double standard deviation based on the entire population, including text and logical values. |
| CalcStDevPFunction | Returns the System.Double standard deviation based on the entire population. |
| CalcStEyxFunction | Returns the System.Double standard error of the predicted y-value for each x in the regression. |
| CalcSubstituteFunction | Substitutes new_text for old_text in a text string. |
| CalcSubtotalFunction | Returns a subtotal in a list or database. |
| CalcSumFunction | Adds all the numbers. |
| CalcSumIfFunction | Adds the cells specified by a given criteria. |
| CalcSumIfsFunction | Adds the cells in a range that meet multiple criteria. |
| CalcSumProductFunction | Multiplies corresponding components in the given arrays, and returns the sum of those products. |
| CalcSumSqFunction | Returns the sum of the squares of the arguments. |
| CalcSumX2MY2Function | Returns the sum of the difference of squares of corresponding values in two arrays. |
| CalcSumX2PY2Function | Returns the sum of the sum of squares of corresponding values in two arrays. |
| CalcSumXMY2Function | Returns the sum of squares of differences of corresponding values in two arrays. |
| CalcSydFunction | Returns the System.Double sum-of-years' digits depreciation of an asset for a specified period. |
| CalcTanFunction | Returns the tangent of the given angle. |
| CalcTanhFunction | Returns the hyperbolic tangent of a number. |
| CalcTBillEqFunction | Returns the System.Double bond-equivalent yield for a Treasury bill. |
| CalcTBillPriceFunction | Returns the System.Double price per $100 face value for a Treasury bill. |
| CalcTBillYieldFunction | Returns the System.Double yield for a Treasury bill. |
| CalcTDistFunction | Returns the Percentage Points (probability) for the Student t-distribution where a numeric value (x) is a calculated value of t for which the Percentage Points are to be computed. |
| CalcTextFunction | Converts a value to text in a specific number format. |
| CalcTFunction | Returns the text referred to by value. |
| CalcTimeFunction | Returns the System.TimeSpan for a particular time. |
| CalcTimeValueFunction | Returns the System.TimeSpan represented by a text string. |
| CalcTInvFunction | Returns the t-value of the Student's t-distribution as a function of the probability and the degrees of freedom. |
| CalcTodayFunction | Returns the System.DateTime of the current date. |
| CalcTransposeFunction | Returns a vertical range of cells as a horizontal range, or vice versa. |
| CalcTrendFunction | Returns an GrapeCity.CalcEngine.CalcArray array of y-values along a linear trend. |
| CalcTrimFunction | Removes all spaces from text except for single spaces between words. Use TRIM on text that you have received from another application that may have irregular spacing. |
| CalcTrimMeanFunction | Returns the mean of the interior of a data set. |
| CalcTrueFunction | Returns the logical value true. |
| CalcTruncFunction | Truncates a number to an integer by removing the fractional part of the number. |
| CalcTTestFunction | Returns the probability associated with a Student's t-Test. |
| CalcTypeFunction | Returns the type of value. |
| CalcUpperFunction | Converts text to uppercase. |
| CalcValueFunction | Converts a text string that represents a number to a number. |
| CalcVarAFunction | Returns the System.Double compound variance based on a sample |
| CalcVarFunction | Returns the System.Double compound variance based on a sample. |
| CalcVarPAFunction | Returns the System.Double variance based on the entire population. In addition to numbers, text and logical values such as True and False are included in the calculation. |
| CalcVarPFunction | Returns the System.Double variance based on the entire population. |
| CalcVdbFunction | Returns the System.Double amount an asset depreciates in a single period using different declining balance methods. |
| CalcVLookupFunction | Searches for a value in the first column of a table array and returns a value in the same row from another column in the table array. |
| CalcWeekDayFunction | Returns the day of the week corresponding to a date. The day is given as an System.Int32, ranging from 1 (Sunday) to 7 (Saturday), by default. |
| CalcWeekNumFunction | Returns a number that indicates where the week falls numerically within a year. |
| CalcWeibullFunction | Returns the Weibull distribution. |
| CalcWorkdayFunction | Returns a number that represents a date that is the indicated number of working days before or after a date (the starting date). Working days exclude weekends and any dates identified as holidays. Use WORKDAY to exclude weekends or holidays when you calculate invoice due dates, expected delivery times, or the number of days of work performed. |
| CalcXIrrFunction | Returns the System.Double internal rate of return for a schedule of cash flows that is not necessarily periodic. |
| CalcXnpvFunction | Returns the System.Double net present value for a series of cash flows not at regular intervals. |
| CalcYearFracFunction | Calculates the fraction of the year represented by the number of whole days between two dates (the start_date and the end_date). Use the YEARFRAC worksheet function to identify the proportion of a whole year's benefits or obligations to assign to a specific term. |
| CalcYearFunction | Returns the year corresponding to a date. The year is returned as an System.Int32 in the range 1900-9999. |
| CalcYieldDiscFunction | Returns the System.Double annual yield for a discounted security. |
| CalcYieldFunction | Returns the System.Double yield on a security that pays periodic interest. Use YIELD to calculate bond yield. |
| CalcYieldMatFunction | Returns the System.Double annual yield of a security that pays interest at maturity. |
| CalcZTestFunction | Returns the one-tailed probability-value of a z-test. |