Skip to main content
All docs
V25.2
  • TableCell.LeftMargin Property

    Gets or sets the left margin of a table cell.

    Namespace: DevExpress.Docs.Presentation

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

    Declaration

    public float? LeftMargin { get; set; }

    Property Value

    Type Description
    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