The collection of all rows in a table.
Namespace: TallComponents.PDF.Layout.ParagraphsAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0
Syntax
| C# |
|---|
[SerializableAttribute] public class RowCollection : Object, ICloneable, IEnumerable |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class RowCollection _ Inherits Object _ Implements ICloneable, IEnumerable |
Remarks
The rows object represents the content of a table.
It is obtained through the Rows property of Table.
A row contains a number of cells.
Inheritance Hierarchy
System..::..Object
TallComponents.PDF.Layout..::..Object
TallComponents.PDF.Layout.Paragraphs..::..RowCollection
TallComponents.PDF.Layout..::..Object
TallComponents.PDF.Layout.Paragraphs..::..RowCollection