Table constructor (1 of 2)

Initializes a new instance of the Table class with default padding.

public Table()

See Also


Table constructor (2 of 2)

Initializes a new instance of the Table class with the specified padding.

public Table(Padding padding)
parameter description
padding The padding configuration for the table cells.

See Also