FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > SubEditorClosedEventArgs クラス : SubEditorClosedEventArgs コンストラクタ |
'Declaration Public Function New( _ ByVal view As SpreadView, _ ByVal editingControl As Control, _ ByVal subEditor As Control, _ ByVal row As Integer, _ ByVal column As Integer _ )
'使用法 Dim view As SpreadView Dim editingControl As Control Dim subEditor As Control Dim row As Integer Dim column As Integer Dim instance As New SubEditorClosedEventArgs(view, editingControl, subEditor, row, column)
public SubEditorClosedEventArgs( SpreadView view, Control editingControl, Control subEditor, int row, int column )