Adds the regular cells to fill out the gaps in the specified rectangular range of table cells.
シンタックス
'宣言
Public Overloads Sub AddMissingCells( _
ByVal As System.Integer, _
ByVal columnIndex As System.Integer, _
ByVal As System.Integer, _
ByVal columnCount As System.Integer, _
ByVal As System.Object _
)
public void AddMissingCells(
System.int ,
System.int columnIndex,
System.int ,
System.int columnCount,
System.object
)
パラメータ
- rowIndex
- Index of top row in the cell range.
- columnIndex
- Index of left column in the cell range.
- rowCount
- Number of rows in the cell range.
- columnCount
- Number of columns in the cell range.
- data
- A data object or string to be displayed in the cells.
参照