Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / TableRenderer Class / AddMissingCells Method / AddMissingCells(Int32,Int32,Int32,Int32,Object) Method
Index of top row in the cell range.
Index of left column in the cell range.
Number of rows in the cell range.
Number of columns in the cell range.
A data object or string to be displayed in the cells.

In This Topic
AddMissingCells(Int32,Int32,Int32,Int32,Object) Method
In This Topic
Adds the regular cells to fill out the gaps in the specified rectangular range of table cells.
Syntax
'Declaration
 
Public Overloads Sub AddMissingCells( _
   ByVal rowIndex As System.Integer, _
   ByVal columnIndex As System.Integer, _
   ByVal rowCount As System.Integer, _
   ByVal columnCount As System.Integer, _
   ByVal data As System.Object _
) 
 

Parameters

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.
See Also