Application.CurrentCulture = New System.Globalization.CultureInfo("ja-JP", false)
Dim dt As FarPoint.Win.Spread.CellType.DateTimeCellType = New FarPoint.Win.Spread.CellType.DateTimeCellType()
dt.CalendarSurroundingDaysColor = System.Drawing.SystemColors.GrayText
dt.DateDefault = Date.Now
dt.DateSeparator = "/"
dt.DateTimeFormat = FarPoint.Win.Spread.CellType.DateTimeFormat.UserDefined
dt.MaximumTime = System.TimeSpan.Parse("23:59:59.9999999")
dt.TimeDefault = Date.Now
dt.UserDefinedFormat = "yyyy/MM/dd"
FpSpead1.ActiveSheet.Columns.Get(0).CellType = dt

相关文章:

  • 2021-11-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-13
  • 2022-01-14
  • 2022-12-23
  • 2021-12-25
猜你喜欢
  • 2021-06-03
  • 2021-09-18
  • 2021-12-31
  • 2022-12-23
  • 2022-12-23
  • 2021-11-12
  • 2021-06-28
相关资源
相似解决方案