'宣言 Public Overloads Shared Function DateTimeToExcelDate( _ ByVal workbook As Workbook, _ ByVal dateValue As Date, _ ByVal shouldCorrect1900Dates As Boolean _ ) As Nullable(Of Double)
public static Nullable<double> DateTimeToExcelDate( Workbook workbook, DateTime dateValue, bool shouldCorrect1900Dates )