ITable
Overview
ITable is a interface in Aspose.Slides FOSS for .NET.
Inherits from: IGraphicalObject, IBulkTextFormattable.
Represents a table on a slide.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Rows | IRowCollection | Read | Provides access to the collection of rows in the table |
Columns | IColumnCollection | Read | |
TableFormat | ITableFormat | Read | Gets the formatting settings applied to the whole table |
StylePreset | TableStylePreset | Read/Write | Gets or sets a predefined table style |
RightToLeft | bool | Read/Write | Indicates whether the table layout is right‑to‑left |
FirstRow | bool | Read/Write | Indicates whether the first row has special formatting (e.g., header) |
FirstCol | bool | Read/Write | Indicates whether the first column has special formatting |
LastRow | bool | Read/Write | Indicates whether the last row has special formatting |
LastCol | bool | Read/Write | Indicates whether the last column has special formatting |
HorizontalBanding | bool | Read/Write | Indicates whether horizontal banding (alternating row colors) is enabled |
VerticalBanding | bool | Read/Write | Indicates whether vertical banding (alternating column colors) is enabled |
AsIGraphicalObject | IGraphicalObject | Read | Returns the table as an IGraphicalObject interface |
AsIBulkTextFormattable | IBulkTextFormattable | Read | Returns the table as an IBulkTextFormattable interface |
Methods
| Signature | Description |
|---|---|
MergeCells(cell1: ICell, cell2: ICell, allowSplitting: bool) | The resulting merged cell. |