PowerTools SPREAD for Windows Forms 8.0J
NotifyFormulaChanged メソッド


送信元
数式に関する変更の種類
条件付き書式ルールの数式が変更されたことをConditionalFormattingオブジェクトに通知します。
構文
'Declaration
 
Public Sub NotifyFormulaChanged( _
   ByVal sender As Object, _
   ByVal typeOfChange As FormulaChangedType _
) 
'使用法
 
Dim instance As ConditionalFormatting
Dim sender As Object
Dim typeOfChange As FormulaChangedType
 
instance.NotifyFormulaChanged(sender, typeOfChange)
public void NotifyFormulaChanged( 
   object sender,
   FormulaChangedType typeOfChange
)

パラメータ

sender
送信元
typeOfChange
数式に関する変更の種類
参照

ConditionalFormatting クラス
ConditionalFormatting メンバ

 

 


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