PdfRow Object
Overview
PdfRow represents an individual row in a PdfTable object. A PdfRow object is obtainable via PdfTables's Rows collection. For more information about tables, see Chapter 7 - Tables.
Member List
Properties
Specifies the background color for all cells in this row. Transparent by default. This property accepts either a hexadecimal number such as &HFF0000, or a string with a color name such as "red",
This property is write-only because it may not always be possible to retrieve a single color property for all cells in a row (in case not all colors are the same).
Specifies the background color for all cells in this row. Black by default. This property accepts either a hexadecimal number such as &HFF0000, or a string with a color name such as "red",
This property is write-only because it may not always be possible to retrieve a single color property for all cells in a row (in case not all colors are the same).
Returns the PdfCells collection of PdfCell objects representing all cells in this row.
This property is reserved for future use and currently not supported.
Returns or specifies this row's height. Setting this property affects the heights of all cells in this row, as well as the overall table height.
Returns this row's 1-based index in the Table.Rows collection. Rows are numbered downwards, the topmost row being row #1.
Returns the X coordinate of this row's upper-left corner.
Returns the Y coordinate of this row's upper-left corner. This property is 0 for Row 1 and negative for all other rows.