'Declaration Public Overrides Function PerformUndoAction( _ ByVal sender As Object _ ) As Boolean
'Declaration
Public Overrides Function PerformUndoAction( _ ByVal sender As Object _ ) As Boolean
'使用法 Dim instance As CellDragFillUndoAction Dim sender As Object Dim value As Boolean value = instance.PerformUndoAction(sender)
'使用法
Dim instance As CellDragFillUndoAction Dim sender As Object Dim value As Boolean value = instance.PerformUndoAction(sender)
public override bool PerformUndoAction( object sender )
CellDragFillUndoAction クラス CellDragFillUndoAction メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.