Back to Devexpress

TableCell.LeftMargin Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-tablecell-457976be.md

latest1.2 KB
Original Source

TableCell.LeftMargin Property

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

Property Value

TypeDescription
Nullable<Single>

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