AddMissingCells(CellStyle) Method
In This Topic
Adds empty regular cells to fill out the gaps in the table.
Syntax
'Declaration
Public Overloads Sub AddMissingCells( _
Optional ByVal As CellStyle _
)
public void AddMissingCells(
CellStyle
)
Parameters
- cellStyle
- The style of the new cells, or a null reference (Nothing in Visual Basic) to apply the default cell style.
See Also