SPREAD for WPF 4.0J - GcSpreadSheet
SetFormulaArray メソッド

GrapeCity.Spreadsheet 名前空間 > Worksheet クラス : SetFormulaArray メソッド
セル範囲の一番上の行のインデックスを示す整数値。
セル範囲の左端の列のインデックスを示す整数値。
セル範囲の一番下の行のインデックスを示す整数値。
セル範囲の右端の列のインデックスを示す整数値。
設定する数式テキストを示す文字列値。
セルがいくつかの特別な関数で自動書式設定されることを示すブール値。
指定したセル範囲のセルに対して数式テキストを設定します。
シンタックス
'宣言
 
Public Function SetFormulaArray( _
   ByVal row As System.Integer, _
   ByVal column As System.Integer, _
   ByVal row2 As System.Integer, _
   ByVal column2 As System.Integer, _
   ByVal formula As System.String, _
   Optional ByVal autoFormatting As System.Boolean _
) As ActionResult(Of Object)
public ActionResult<object> SetFormulaArray( 
   System.int row,
   System.int column,
   System.int row2,
   System.int column2,
   System.string formula,
   System.bool autoFormatting
)

パラメータ

row
セル範囲の一番上の行のインデックスを示す整数値。
column
セル範囲の左端の列のインデックスを示す整数値。
row2
セル範囲の一番下の行のインデックスを示す整数値。
column2
セル範囲の右端の列のインデックスを示す整数値。
formula
設定する数式テキストを示す文字列値。
autoFormatting
セルがいくつかの特別な関数で自動書式設定されることを示すブール値。

戻り値の型

アクション結果の詳細データ。
参照

Worksheet クラス
Worksheet メンバ