In This Topic
Adds empty regular cells to fill out the gaps in the table.
Overload List
Overload | Description |
AddMissingCells(CellStyle) | Adds empty regular cells to fill out the gaps in the table. |
AddMissingCells(Int32,Int32,Int32,Int32) | Adds empty regular cells to fill out the gaps in the specified rectangular range of table cells. |
AddMissingCells(CellStyle,Int32,Int32,Int32,Int32) | Adds empty regular cells to fill out the gaps in the specified rectangular range of table cells. |
AddMissingCells(CellStyle,Object) | Adds the regular cells to fill out the gaps in the table. |
AddMissingCells(Int32,Int32,Int32,Int32,Object) | Adds the regular cells to fill out the gaps in the specified rectangular range of table cells. |
AddMissingCells(CellStyle,Int32,Int32,Int32,Int32,Object) | Adds the regular cells to fill out the gaps in the specified rectangular range of table cells. |
See Also