Back to Devexpress

TableCell Properties

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

latest4.0 KB
Original Source

TableCell Properties

Represents a single table cell.

NameDescription
BackgroundColorGets or sets the color of the cell background.
BordersProvides access to a TableCellBorders interface that describes all the borders for the specified cell.
BottomPaddingGets or sets the amount of space below the contents of a single cell in a table.
ColumnSpanGets the number of columns that the cell spans.
ContentRangeGets the document range that contains the cell content (excluding the table paragraph mark).
HeightGets or sets the height of a table cell.
HeightTypeGets or sets the type of a rule used to determine the height of a cell.
IndexGets the zero-based index of the cell in a row.
LeftPaddingGets or sets the amount of space to the left of the contents of a single cell in a table.
NestingLevelGets the nesting level of the table containing a current cell.
NextGets the next cell in a row.
PreferredWidthGets or sets the numerical value of the preferred width.
PreferredWidthTypeGets or sets how the width of a cell is determined if Preferred Width is specified.
PreviousGets the previous cell in a row.
RangeGets a document range that contains the cell content, including the table paragraph mark.
RightPaddingGets or sets the amount of space to the right of the contents of a single cell in a table.
RowGets the row to which the current cell belongs.
TableProvides access to the parent table.
TextDirectionGets or sets the content direction in a table cell.
TopPaddingGets or sets the amount of space above the contents of a single cell in a table.
VerticalAlignmentGets or sets the vertical justification of content inside a table cell.
VerticalMergingObtains the vertical merge state of the current cell (whether the cell is merged vertically) and its relative position in a merged object.
WordWrapGets or sets whether the text is wrapped to multiple lines and the cell height is increased to fit the content so that the cell width remains the same.

See Also

TableCell Interface

TableCell Members

DevExpress.XtraRichEdit.API.Native Namespace