Back to Devexpress

TableRow Properties

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-tablerow-dot-underscore-properties.md

latest3.0 KB
Original Source

TableRow Properties

Represents a row in a table.

NameDescription
BreakAcrossPagesSpecifies whether the table row can break across pages.
CellsProvides access to a collection of cells within the current row.
FirstCellGets the first cell in a row.
GridAfterGets the number of columns which shall be left after the last cell of this table row.
GridBeforeGets the number of columns which must be skipped before the first cell.
HeightGets or sets the height of the current row.
HeightTypeGets or sets the type of a rule used to determine the height of a cell.
IndexGets the zero-based index of the row in a table.
IsFirstIndicates whether the current row is the first row in a table.
IsLastIndicates whether the current row is the last row in a table.
Item[Int32]Gets a cell at the specified column in the current row.
LastCellGets the last cell in a row.
NestingLevelGets the nesting level of the table containing a current row.
NextGets the next row in a table.
PreviousGets the previous row in a table.
RangeGets the document range occupied by the current row.
RepeatAsHeaderRowGets or sets whether to repeat a row as header at the top of each page.
TableProvides access to the parent table.
TableRowAlignmentGets or sets the alignment of a particular row in a table.

See Also

TableRow Interface

TableRow Members

DevExpress.XtraRichEdit.API.Native Namespace