GrapeCity SPREAD for Windows Forms 12.0J
Modify(CfValueType,String) メソッド


条件値の種類を示す<see cref="T:GrapeCity.Spreadsheet.CfValueType" />値。
条件値の数式を示す文字列値。
この条件値のデータを変更します。
構文
'Declaration
 
Overloads Sub Modify( _
   ByVal type As CfValueType, _
   ByVal formula As String _
) 
'使用法
 
Dim instance As IConditionValue
Dim type As CfValueType
Dim formula As String
 
instance.Modify(type, formula)
void Modify( 
   CfValueType type,
   string formula
)

パラメータ

type
条件値の種類を示す<see cref="T:GrapeCity.Spreadsheet.CfValueType" />値。
formula
条件値の数式を示す文字列値。
解説
formulaはプリミティブ値にも使用されるため、式は「=」で始まる必要があります。
参照

IConditionValue インタフェース
IConditionValue メンバ
オーバーロード一覧

 

 


Copyright © 2004 GrapeCity inc.