Back to Devexpress

TableCell.RightMargin Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-tablecell-b6e4ef1d.md

latest1.2 KB
Original Source

TableCell.RightMargin Property

Gets or sets the right 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? RightMargin { get; set; }
vb
Public Property RightMargin As Single?

Property Value

TypeDescription
Nullable<Single>

The right 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