Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / CellCollection Class / Add Method / Add(String) Method
The paragraph text in the new cell.

In This Topic
    Add(String) Method
    In This Topic
    Adds a Cell to this collection, to the end of the last table row in the range.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal text As System.String _
    ) As Cell
    public Cell Add( 
       System.string text
    )

    Parameters

    text
    The paragraph text in the new cell.

    Return Value

    The added Cell.
    See Also