シンタックス
'宣言
Overloads Function SetValue( _
ByVal As System.Integer, _
ByVal column As System.Integer, _
ByVal As CalcError _
) As System.Boolean
System.bool SetValue(
System.int ,
System.int column,
CalcError
)
パラメータ
- row
- セルの行インデックスを示す整数値。
- column
- セルの列インデックスを示す整数値。
- value
- 設定する GrapeCity.CalcEngine.CalcError 値。
参照