Returns whether this class instance contains a boolean value Syntax Property Value True if this instance class contains a boolean, else false
Returns whether this class instance contains a DateTime value Syntax Property Value True if this instance class contains a DateTime, else false
Returns whether this class instance contains a DBNull value Syntax Property Value True if this instance class contains a null value, else false
Returns whether this class instance contains an error value Syntax Property Value True if this class instance contains an error, else false
Returns whether this class instance contains a null value Syntax Property Value True if this instance class contains a null value, else false
Returns whether this class instance contains a IExcelCalcReference value Syntax Property Value True if this instance class contains a reference, else false
Indicates if the specified ExcelCalcValue has the save Value as this instance. Syntax Parameters value ExcelCalcValue to compare against. Return Value True if the Value of both instances are equal; otherwise false.
Returns whether this class instance contains a string value Syntax Property Value True if this instance class contains a string, else false
Converts a TimeSpan to Excels numerical representation of a date. Syntax Parameters timeValue The TimeSpan value to convert to the Microsoft Excel date format.useDayInfo Optional parameter to allow the day information to be included as well. Remarks The TimeSpan.Days portion of the timeValue will not be used unles...
Convert this class instances value to an ArrayProxy data type. Syntax Return Value An array equivalent to the value of this instance.