如题,我只设置某一项为ComboBoxCellType类型,并且该单元格初始时有数据text和tag,但是当我设置了ComboBoxCellType类型之后总是出现异常,如下所示,这是怎么回事啊?
有关调用实时(JIT)调试而不是此对话框的详细信息,
请参见此消息的结尾。
************** 异常文本 **************
System.Exception: Exception handled in FpSpread.WndProc ---> System.ArgumentOutOfRangeException: InvalidArgument=“1”的值对于“SelectedIndex”无效。
参数名: SelectedIndex
在 System.Windows.Forms.ListBox.set_SelectedIndex(Int32 value)
在 FarPoint.Win.FpCombo.set_SelectedItem(Object value)
在 FarPoint.Win.Spread.CellType.ComboBoxCellType.SetEditorValue(Object value)
在 FarPoint.Win.Spread.SpreadView.StartCellEditing(EventArgs e, Boolean formula)
在 FarPoint.Win.Spread.SpreadView.a(Int32 A_0, Int32 A_1, MouseEventArgs A_2)
在 FarPoint.Win.Spread.SpreadView.g(MouseEventArgs A_0)
在 FarPoint.Win.Spread.FpSpread.OnMouseDown(MouseEventArgs e)
在 System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
在 System.Windows.Forms.Control.WndProc(Message& m)
在 FarPoint.Win.Spread.FpSpread.WndProc(Message& m)
--- 内部异常堆栈跟踪的结尾 ---
在 FarPoint.Win.Spread.FpSpread.WndProc(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) |
|