Back to Devexpress

Table Constructors

officefileapi-devexpress-dot-docs-dot-presentation-dot-table-dot-ctor.md

latest1.1 KB
Original Source

Table Constructors

A shape that allows you to create and manipulate tables in a presentation document.

NameParametersDescription
Table(IEnumerable<TableRow>, IEnumerable<TableColumn>, Single, Single)rows, columns, x, yInitializes a new instance of the Table class with specified settings.
Table(Int32, Int32, Single, Single, Single, Single)rowCount, columnCount, x, y, width, heightInitializes a new instance of the Table class with specified settings.

See Also

Table Class

Table Members

DevExpress.Docs.Presentation Namespace