摘要: 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.DateD... 阅读全文
posted @ 2011-12-26 14:06 sekihin 阅读(1685) 评论(0) 推荐(0) 编辑
摘要: 'フォームロードイベントPrivate Sub Form1_Load(sender As Object, e As System.EventArgs) fpSpread1.EditModePermanent = True ' 編集中セルの Enterキー押下による動作を無効とします。 Dim inputmap1 As FarPoint.Win.Spread.InputMap inputmap1 = fpSpread1.GetInputMap(FarPoint.Win.Spread.InputMapMode.WhenAncestorOfFocused) inputmap1.Put 阅读全文
posted @ 2011-12-26 12:53 sekihin 阅读(3799) 评论(0) 推荐(0) 编辑