Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / CellCollection Class / Add Method / Add() Method

In This Topic
    Add() Method
    In This Topic
    Adds a Cell to this collection. The cell is added to the end of the last table row in the range.
    Syntax
    'Declaration
     
    Public Overloads Function Add() As Cell
    public Cell Add()

    Return Value

    The added Cell.
    See Also