'Declaration
Public Function New( _
ByVal As SpreadView, _
ByVal As Boolean, _
ByVal As EditError, _
ByVal As Integer, _
ByVal column As Integer, _
ByVal As String, _
ByVal As Exception _
)
'使用法
Dim view As SpreadView
Dim isEditError As Boolean
Dim editError As EditError
Dim row As Integer
Dim column As Integer
Dim errorMessage As String
Dim exception As Exception
Dim instance As New ErrorEventArgs(view, isEditError, editError, row, column, errorMessage, exception)