The collection of all cells in a row.

Namespace: TallComponents.PDF.Layout.Paragraphs
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
[SerializableAttribute]
public class CellCollection : Object, 
	ICloneable, IEnumerable
Visual Basic
<SerializableAttribute> _
Public Class CellCollection _
	Inherits Object _
	Implements ICloneable, IEnumerable

Remarks

The cells object represents the content of a row. It is obtained through the Cells property of Row.

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Layout..::..Object
    TallComponents.PDF.Layout.Paragraphs..::..CellCollection

See Also