ITable — Aspose.Slides FOSS C# (.NET) API Reference
ITable — ITable API type. Inherits from: IGraphicalObject, IBulkTextFormattable.
Package: Aspose.Slides.Foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
Rows | IRowCollection | Read/Write | |
Columns | IColumnCollection | Read/Write | |
TableFormat | ITableFormat | Read/Write | |
StylePreset | TableStylePreset | Read/Write | |
RightToLeft | bool | Read/Write | |
FirstRow | bool | Read/Write | |
FirstCol | bool | Read/Write | |
LastRow | bool | Read/Write | |
LastCol | bool | Read/Write | |
HorizontalBanding | bool | Read/Write | |
VerticalBanding | bool | Read/Write | |
AsIGraphicalObject | IGraphicalObject | Read/Write | |
AsIBulkTextFormattable | IBulkTextFormattable | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
MergeCells(ICell cell1, ICell cell2, bool allowSplitting) | void | The resulting merged cell. |