Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ReadOnlyTableCellBorderProperties Properties

Represents the table cell border properties accessed by the DocumentIterator.
Name Description
BottomPadding Gets the amount of space below the contents of the cell related to a current table cell border.
ColumnSpan Gets the number of columns that the cell related to a current table cell border spans.
Height Gets the height of a current table cell border.
HeightType Gets the meaning of the height applied to a current table cell border.
IsFirstInRow Gets whether the current table cell border is the first in a table row.
IsFirstInTable Gets whether the current table cell border is the first in the entire table.
IsHidden Gets whether the current table cell border is hidden.
IsLastInRow Gets whether the current table cell border is the last in a table row.
IsLastInTable Gets whether the current table cell border is the last in the entire table.
LeftPadding Gets the amount of space to the left of the contents of the cell related to the current table cell border.
Length Gets the length of the current table cell border.
Position Gets the position of the current table cell border within the document.
PreferredWidth Gets the numerical value of the preferred width of a cell related to the current table cell border.
PreferredWidthType Gets how RichEditControl interprets the width specified for the cell related to the current table cell border.
RightPadding Gets the amount of space to the right of the contents of the cell related to the current table cell border.
TextDirection Gets the text direction within the cell related to the current table cell border.
TopPadding Gets the amount of space above the contents of the cell related to the current table cell border.
VerticalAlignment Gets the vertical alignment within the cell related to the current table cell border.
See Also