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

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

    Namespace: DevExpress.Docs.Presentation

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

    Declaration

    public TableCellCollection(
        TableRow owner
    )

    Parameters

    Name Type Description
    owner TableRow

    The table row that owns the collection.

    See Also