Table of Contents

Class TableRow.CellCollection

Namespace
Root.ReportNet.Pdf
Assembly
ReportNet.dll
public sealed class TableRow.CellCollection : IEnumerable<TableCell>, IEnumerable
Inheritance
TableRow.CellCollection
Implements
Inherited Members

Properties

BottomCells

public IEnumerable<TableCell> BottomCells { get; }

Property Value

IEnumerable<TableCell>

Count

public int Count { get; }

Property Value

int

this[TableColumn]

public TableCell this[TableColumn col] { get; }

Parameters

col TableColumn

Property Value

TableCell

this[int]

public TableCell this[int index] { get; }

Parameters

index int

Property Value

TableCell

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.