[]
Represents a collection of Cell objects.
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
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. |