Back to Devexpress

TableCell.BottomPadding Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-tablecell-793ad188.md

latest1.3 KB
Original Source

TableCell.BottomPadding Property

Gets or sets the amount of space below the contents of a single cell in a table.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
float BottomPadding { get; set; }
vb
Property BottomPadding As Single

Property Value

TypeDescription
Single

A Single value that is the distance in units of measurements that are currently in effect for the document (specified by the Document.Unit property).

|

See Also

TableCell Interface

TableCell Members

DevExpress.XtraRichEdit.API.Native Namespace