PowerTools SPREAD for Windows Forms 8.0J
Execute(Int32,Int32,Object) メソッド


セルの行。
セルの列。
結果スタイルを決定する値。
セルのスタイルを変更する条件付き書式ルールを実行します。
構文
'Declaration
 
Public Overloads Overridable Function Execute( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal value As Object _
) As PrePaintResult
'使用法
 
Dim instance As PrePaintConditionalFormattingRule
Dim row As Integer
Dim column As Integer
Dim value As Object
Dim value As PrePaintResult
 
value = instance.Execute(row, column, value)
public virtual PrePaintResult Execute( 
   int row,
   int column,
   object value
)

パラメータ

row
セルの行。
column
セルの列。
value
結果スタイルを決定する値。

戻り値の型

ルール実行後の結果。
参照

PrePaintConditionalFormattingRule クラス
PrePaintConditionalFormattingRule メンバ
オーバーロード一覧

 

 


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