FarPoint.Win.Spread アセンブリ > FarPoint.Win.Spread 名前空間 > ErrorEventArgs クラス > ErrorEventArgs コンストラクタ : ErrorEventArgs コンストラクタ(SpreadView,Boolean,EditError,Int32,Int32,String,Exception) |
'宣言
Public Function New( _ ByVal view As SpreadView, _ ByVal isEditError As Boolean, _ ByVal editError As EditError, _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal errorMessage As String, _ ByVal exception As Exception _ )
public ErrorEventArgs( SpreadView view, bool isEditError, EditError editError, int row, int column, string errorMessage, Exception exception )