GrapeCity SPREAD for Windows Forms 11.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-2018, GrapeCity Inc. All rights reserved.