Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / TableRenderer Class / AddMissingCells Method / AddMissingCells(CellStyle,Object) Method
The style of the new cells, or a null reference (Nothing in Visual Basic) to apply the default cell style.
A data object or string to be displayed in the cells.

In This Topic
    AddMissingCells(CellStyle,Object) Method
    In This Topic
    Adds the regular cells to fill out the gaps in the table.
    Syntax
    'Declaration
     
    Public Overloads Sub AddMissingCells( _
       ByVal cellStyle As CellStyle, _
       ByVal data As System.Object _
    ) 
    public void AddMissingCells( 
       CellStyle cellStyle,
       System.object data
    )

    Parameters

    cellStyle
    The style of the new cells, or a null reference (Nothing in Visual Basic) to apply the default cell style.
    data
    A data object or string to be displayed in the cells.
    See Also