Version

Search Results

ExcelCalcValue Class Members

Public Constructors Public Properties Public Methods

AreValuesEqual Method

Indicates if the value of the specified ExcelCalcValue is equivalent to the Value Syntax Parameters x First ExcelCalcValue to comparey Second ExcelCalcValue to compare Return Value True if the values are the same; otherwise false is returned.

CompareTo(ExcelCalcValue) Method

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. Syntax Parameters value The object that this instance should be compared against. Return Value -1, 1 or 0 de...

CompareTo(ExcelCalcValue,ExcelCalcValue) Method

Compares x and y ExcelCalcValue instances and returns -1 if x is less than y, 1 if x is greater than y and 0 if x and y are equal. Syntax Parameters x The first value to compare.y The value to compare with the first value. Return Value -1, 1 or 0 depending on whether the current instance is less than, greater than...

CompareTo Method (ExcelCalcValue)

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. Overload List

DateTimeToExcelDate(Workbook,DateTime) Method

Converts a DateTime to Excels numerical representation of a date. Syntax Parameters workbook dateValue The DateTime value to convert to the Microsoft Excel date format. Remarks When using the 1900 date system in Excel, dates before 3/1/1900 must be corrected, because Excel incorrectly assumes 1900 is a leap year. ...

DateTimeToExcelDate(Workbook,DateTime,Boolean) Method

Converts a DateTime to Excels numerical representation of a date. Syntax Parameters workbook dateValue The DateTime value to convert to the Microsoft Excel date format.shouldCorrect1900Dates When using the 1900 date system in Excel, dates before 3/1/1900 must be corrected, because Excel incorrectly assumes 1900 is...

DateTimeToExcelDate Method

Converts a DateTime to Excels numerical representation of a date. Overload List