Back to Devexpress

TableCell.BottomMargin Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-tablecell-41fb0a3b.md

latest1.2 KB
Original Source

TableCell.BottomMargin Property

Gets or sets the bottom margin of a table cell.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public float? BottomMargin { get; set; }
vb
Public Property BottomMargin As Single?

Property Value

TypeDescription
Nullable<Single>

The bottom margin of the table cell. This value is measured in Document units (1 document unit is equal to 1/300 of an inch).

|

See Also

TableCell Class

TableCell Members

DevExpress.Docs.Presentation Namespace