AddMissingCells(CellStyle,Int32,Int32,Int32,Int32) Method
In This Topic
Adds empty regular cells to fill out the gaps in the specified rectangular range of table cells.
Syntax
'Declaration
Public Overloads Sub AddMissingCells( _
ByVal As CellStyle, _
ByVal As System.Integer, _
ByVal columnIndex As System.Integer, _
ByVal As System.Integer, _
ByVal columnCount As System.Integer _
)
public void AddMissingCells(
CellStyle ,
System.int ,
System.int columnIndex,
System.int ,
System.int columnCount
)
Parameters
- cellStyle
- The style of the new cells, or a null reference (Nothing in Visual Basic) to apply the default cell style.
- 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.
See Also