Version

ExcelCalcValue Class Methods

For a list of all members of this type, see ExcelCalcValue members.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)AreValuesEqualIndicates if the value of the specified ExcelCalcValue is equivalent to the Value  
Public MethodCompareToOverloaded. 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.  
Public Methodstatic (Shared in Visual Basic)DateTimeToExcelDateOverloaded. Converts a DateTime to Excel's numerical representation of a date.  
Public Methodstatic (Shared in Visual Basic)ExcelDateToDateTimeOverloaded. Converts Excel's numerical representation of a date to a DateTime.  
Public Methodstatic (Shared in Visual Basic)ExcelDateToTimeOfDayConverts Excel's numerical representation of a time of day to a TimeSpan.  
Public MethodGetResolvedValueOverloaded. 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.  
Public MethodGetTypeCodeReturns the TypeCode for this instance  
Public MethodIsSameValueIndicates if the specified ExcelCalcValue has the save Value as this instance.  
Public Methodstatic (Shared in Visual Basic)TimeOfDayToExcelDateConverts a TimeSpan to Excel's numerical representation of a date.  
Public MethodToArrayProxyConvert this class instance's value to an ArrayProxy data type.  
Public MethodToArrayProxyGroupConvert this class instance's value to an array group data type.  
Public MethodToBooleanOverloaded. Convert this class instance's value to a boolean data type  
Public MethodToByteOverloaded. Convert this class instance's value to a byte data type  
Public MethodToCharOverloaded. Convert this class instance's value to a char data type  
Public MethodToDateTimeOverloaded. Convert this class instance's value to a DateTime data type  
Public MethodToDecimalOverloaded. Convert this class instance's value to a decimal data type  
Public MethodToDoubleOverloaded. Convert this class instance's value to a double data type  
Public MethodToErrorValueConvert this instance's value to an ExcelCalcErrorValue  
Public MethodToIntOverloaded. Convert this class instance's value to an int  
Public MethodToInt16Overloaded. Convert this class instance's value to a short data type  
Public MethodToInt32Overloaded. Convert this class instance's value to a int data type  
Public MethodToInt64Overloaded. Convert this class instance's value to a long data type  
Public MethodToReferenceConvert this instance's value to a IExcelCalcReference.  
Public MethodToSingleOverloaded. Convert this class instance's value to a float data type  
Public MethodToStringOverloaded. Returns a string representation of this instance's value.  
Public MethodToTypeConvert this class instance's value to a uint data type  
See Also