| Name | Description |
| AreValuesEqual | Indicates if the value of the specified ExcelCalcValue is equivalent to the Value |
| CompareTo | Overloaded. Compares current instance with the passed in ExcelCalcValue instance. Returns -1, 1 or 0 depending on whether the current instance is less than, greater than or equal to the passed in instance respectively. |
| DateTimeToExcelDate | Overloaded. Converts a DateTime to Excel's numerical representation of a date. |
| ExcelDateToDateTime | Overloaded. Converts Excel's numerical representation of a date to a DateTime. |
| ExcelDateToTimeOfDay | Converts Excel's numerical representation of a time of day to a TimeSpan. |
| GetResolvedValue | Overloaded. Gets the resolved value of the reference. This method will walk down the reference chain recursively to get the resolved value of the reference that is not just another reference. |
| GetTypeCode | Returns the TypeCode for this instance |
| IsSameValue | Indicates if the specified ExcelCalcValue has the save Value as this instance. |
| TimeOfDayToExcelDate | Converts a TimeSpan to Excel's numerical representation of a date. |
| ToArrayProxy | Convert this class instance's value to an ArrayProxy data type. |
| ToArrayProxyGroup | Convert this class instance's value to an array group data type. |
| ToBoolean | Overloaded. Convert this class instance's value to a boolean data type |
| ToByte | Overloaded. Convert this class instance's value to a byte data type |
| ToChar | Overloaded. Convert this class instance's value to a char data type |
| ToDateTime | Overloaded. Convert this class instance's value to a DateTime data type |
| ToDecimal | Overloaded. Convert this class instance's value to a decimal data type |
| ToDouble | Overloaded. Convert this class instance's value to a double data type |
| ToErrorValue | Convert this instance's value to an ExcelCalcErrorValue |
| ToInt | Overloaded. Convert this class instance's value to an int |
| ToInt16 | Overloaded. Convert this class instance's value to a short data type |
| ToInt32 | Overloaded. Convert this class instance's value to a int data type |
| ToInt64 | Overloaded. Convert this class instance's value to a long data type |
| ToReference | Convert this instance's value to a IExcelCalcReference. |
| ToSingle | Overloaded. Convert this class instance's value to a float data type |
| ToString | Overloaded. Returns a string representation of this instance's value. |
| ToType | Convert this class instance's value to a uint data type |