DateTimeCellTypeの日付書式の設定方法
Dim dtCellType As New Spread.CellType.DateTimeCellType dtCellType.DateTimeFormat = FarPoint.Win.Spread.CellType.DateTimeFormat.UserDefined dtCellType.UserDefinedFormat = "yyyy/MM/dd HH:mm:ss"_sheet.Columns(0).CellType = dtCellType