Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / CellCollection Class / Insert Method / Insert(String,InsertLocation) Method
The paragraph text in the new cell.
The row insert position in the current range.

In This Topic
    Insert(String,InsertLocation) Method
    In This Topic
    Inserts a Cell into this collection at the specified location.
    Syntax
    'Declaration
     
    Public Overloads Function Insert( _
       ByVal text As System.String, _
       ByVal location As InsertLocation _
    ) As Cell
    public Cell Insert( 
       System.string text,
       InsertLocation location
    )

    Parameters

    text
    The paragraph text in the new cell.
    location
    The row insert position in the current range.

    Return Value

    The inserted Cell.
    See Also