'宣言 Public Function CreateExpressionView( _ ByVal row As System.Integer, _ ByVal column As System.Integer, _ ByVal row2 As System.Integer, _ ByVal column2 As System.Integer, _ ByVal formulaText As System.String, _ Optional ByVal visual As System.Boolean _ ) As ExpressionView
public ExpressionView CreateExpressionView( System.int row, System.int column, System.int row2, System.int column2, System.string formulaText, System.bool visual )
パラメータ
- row
- セル範囲の一番上の行のインデックスを示す整数値。
- column
- セル範囲の左端の列のインデックスを示す整数値。
- row2
- セル範囲の一番下の行のインデックスを示す整数値。
- column2
- セル範囲の右端の列のインデックスを示す整数値。
- formulaText
- 数式テキストを示す文字列値。
- visual
- 式ビューによってSpreadが再描画されることを示すブール値。
戻り値の型
式ビューを表すExpressionViewオブジェクト。