PowerTools SPREAD for ASP.NET 8.0J
SetFormulaConditionalFormat メソッド

セルの行インデックス
セルの列インデックス
数式が True の場合にセルに適用するスタイル
条件を表す数式
指定した行と列にあるセルに数式の条件付き書式を設定します。
構文
'Declaration
 
Function SetFormulaConditionalFormat( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal style As NamedStyle, _
   ByVal formula As String _
) As Boolean
bool SetFormulaConditionalFormat( 
   int row,
   int column,
   NamedStyle style,
   string formula
)

パラメータ

row
セルの行インデックス
column
セルの列インデックス
style
数式が True の場合にセルに適用するスタイル
formula
条件を表す数式

戻り値の型

成功した場合は True、それ以外の場合は False
参照

IConditionalFormatSupport インタフェース
IConditionalFormatSupport メンバ

 

 


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