Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

TableCellPropertiesBase Members

Container for table characteristics used to specify table cell characteristics for table styles.

Properties

Name Description
CellBackgroundColor Gets or sets the TableCell.BackgroundColor property for the specified cells.
CellBottomPadding Gets or sets the TableCell.BottomPadding property of a table cell.
CellLeftPadding Gets or sets the TableCell.LeftPadding property of a table cell.
CellRightPadding Gets or sets the TableCell.RightPadding property of a table cell.
CellTopPadding Gets or sets the TableCell.TopPadding property of a table cell.
NoWrap Gets or sets whether a text is wrapped in the specified cells.
TableCellBorders Provides access to an object that allows you to specify characteristics for cell borders.
VerticalAlignment Gets or sets the vertical justification of content inside a table cell.

Methods

Name Description
Reset() Resets the table cell properties to the properties specified by the underlying table style or to default properties.
Reset(TableCellPropertiesMask) Resets the table cell properties specified by the mask to the properties of the underlying table style or to default properties.
See Also