'宣言 Public Overloads Shared Function DateTimeToExcelDate( _ ByVal workbook As Workbook, _ ByVal dateValue As System.Date, _ ByVal shouldCorrect1900Dates As System.Boolean _ ) As System.Nullable(Of Double)
public static System.Nullable<double> DateTimeToExcelDate( Workbook workbook, System.DateTime dateValue, System.bool shouldCorrect1900Dates )
オンラインで表示: GitHub