Skip to main content
All docs
V25.2
  • TableRow(Single) Constructor

    Initializes a new instance of the TableRow class with specified settings.

    Namespace: DevExpress.Docs.Presentation

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

    Declaration

    public TableRow(
        float height
    )

    Parameters

    Name Type Description
    height Single

    The height of the table row in Document units (1 document unit is equal to 1/300 of an inch).

    See Also