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

    Gets or sets the top margin of a table cell.

    Namespace: DevExpress.Docs.Presentation

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

    Declaration

    public float? TopMargin { get; set; }

    Property Value

    Type Description
    Nullable<Single>

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