現在の
Reference値を指定した参照と結合します。
シンタックス
'宣言
Public Overloads Sub Union( _
ByVal As System.Integer, _
ByVal column As System.Integer, _
ByVal As System.Integer, _
ByVal column2 As System.Integer _
)
public void Union(
System.int ,
System.int column,
System.int ,
System.int column2
)
パラメータ
- row
- 結合する参照の一番上の行のインデックスを示す整数値。
- column
- 結合する参照の左端の列のインデックスを示す整数値。
- row2
- 結合する参照の一番下の行のインデックスを示す整数値。
- column2
- 結合する参照の右端の列のインデックスを示す整数値。
参照