Class CellCollection
Represents a collection of table cells.
public class CellCollection
  - Inheritance
 - 
      
      CellCollection
 
- Inherited Members
 
Properties
this[int, int]
Get a cell content.
public Cell this[int row, int column] { get; set; }
  Parameters
Property Value
- Cell
 The cell content.