Class TableRow.CellCollection
public sealed class TableRow.CellCollection : IEnumerable<TableCell>, IEnumerable
- Inheritance
-
TableRow.CellCollection
- Implements
- Inherited Members
Properties
BottomCells
public IEnumerable<TableCell> BottomCells { get; }
Property Value
Count
public int Count { get; }
Property Value
this[TableColumn]
public TableCell this[TableColumn col] { get; }
Parameters
col
TableColumn
Property Value
this[int]
public TableCell this[int index] { get; }
Parameters
index
int
Property Value
Methods
GetEnumerator()
Returns an enumerator that iterates through the collection.
public IEnumerator<TableCell> GetEnumerator()
Returns
- IEnumerator<TableCell>
An enumerator that can be used to iterate through the collection.