Table Members
A shape that allows you to create and manipulate tables in a presentation document.Constructors
| Name | Description |
|---|---|
| Table(IEnumerable<TableRow>, IEnumerable<TableColumn>, Single, Single) | Initializes a new instance of the Table class with specified settings. |
| Table(Int32, Int32, Single, Single, Single, Single) | Initializes a new instance of the Table class with specified settings. |
Properties
| Name | Description |
|---|---|
| AlternativeText | Inherited from ShapeBase. |
| Columns | Returns the collection of columns in the table. |
| Decorative | Inherited from ShapeBase. |
| Effects | Gets or sets the effects applied to the table. |
| Fill | Gets or sets the fill applied to the table background. |
| HasBandedColumns | Gets or sets whether to highlight alternating columns. |
| HasBandedRows | Gets or sets whether to highlight alternating rows. |
| HasFirstColumn | Gets or sets whether to highlight the first column. |
| HasHeaderRow | Gets or sets whether to highlight the first row. |
| HasLastColumn | Gets or sets whether to highlight the last column. |
| HasTotalRow | Gets or sets whether to highlight the last row. |
| Height | Inherited from ShapeBase. |
| Item[Int32, Int32] | Gets or sets a table cell by its row and column indices. |
| Name | Inherited from ShapeBase. |
| RightToLeft | Specifies whether to change the table layout’s direction to right-to-left. |
| Rows | Returns the collection of rows in the table. |
| Style | Gets or sets the table style. |
| Width | Inherited from ShapeBase. |
| X | Inherited from ShapeBase. |
| Y | Inherited from ShapeBase. |
Methods
| Name | Description |
|---|---|
| Clone() | Clones the current Table instance. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetActiveCells(TableTraversalOrder) | Returns all active cells in the table, skipping merged cells that do not display data. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| MergeCells(TableCell, TableCell) | Merges two adjacent table cells into one cell. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| UpdateLayout() | Recalculates the table layout based on its cell content. |
See Also