PowerTools SPREAD for Windows Forms 8.0J
Undo メソッド (ClearConditionalFormatUndoAction)


アクションが発生したオブジェクト
ClearConditionalFormat のアンドゥアクションを実行します。
構文
'Declaration
 
Public Overrides Function Undo( _
   ByVal sender As Object _
) As Boolean
'使用法
 
Dim instance As ClearConditionalFormatUndoAction
Dim sender As Object
Dim value As Boolean
 
value = instance.Undo(sender)
public override bool Undo( 
   object sender
)

パラメータ

sender
アクションが発生したオブジェクト

戻り値の型

ブール値。成功した場合は true。それ以外の場合は false。
参照

ClearConditionalFormatUndoAction クラス
ClearConditionalFormatUndoAction メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.