Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / CellCollection Class / Insert Method / Insert(Cell) Method
The cell before which to insert the new cell. If null, the cell will be added to the end of the last table row in the range.

In This Topic
    Insert(Cell) Method
    In This Topic
    Inserts a Cell into this collection before a specified cell.
    Syntax
    'Declaration
     
    Public Overloads Function Insert( _
       ByVal before As Cell _
    ) As Cell
    public Cell Insert( 
       Cell before
    )

    Parameters

    before
    The cell before which to insert the new cell. If null, the cell will be added to the end of the last table row in the range.

    Return Value

    The inserted Cell.
    See Also