'宣言
Public Overridable Function SetValue( _
ByVal As System.Integer, _
ByVal As CfValue _
) As System.Boolean
public virtual System.bool SetValue(
System.int ,
CfValue
)
パラメータ
- index
- 条件付き書式値のインデックスを示す整数値。
- value
- 条件付き書式値を示すCfValueオブジェクト。
戻り値の型
新しい値が正常に割り当てられた場合はtrue
、それ以外の場合はfalse
。