[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.CellCollection

CellCollection Class

Represents a collection of Cell objects.

Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class CellCollection : ContentObjectCollection<Cell>, IContentList<Cell>, IReadOnlyList<Cell>, IReadOnlyCollection<Cell>, IEnumerable<Cell>, IEnumerable
Public Class CellCollection
    Inherits ContentObjectCollection(Of Cell)
    Implements IContentList(Of Cell), IReadOnlyList(Of Cell), IReadOnlyCollection(Of Cell), IEnumerable(Of Cell), IEnumerable

Methods

Name Description
Add()

Adds a Cell to this collection. The cell is added to the end of the last table row in the range.

Add(string)

Adds a Cell to this collection, to the end of the last table row in the range.

Insert(Cell)

Inserts a Cell into this collection before a specified cell.

Insert(string, Cell)

Inserts a Cell into this collection before a specified cell.

Insert(string, InsertLocation)

Inserts a Cell into this collection at the specified location.