ITable — Aspose.Slides FOSS C# (.NET) API Reference

ITable — ITable API type. Inherits from: IGraphicalObject, IBulkTextFormattable.

Package: Aspose.Slides.Foss


Properties

PropertyTypeAccessDescription
RowsIRowCollectionRead/Write
ColumnsIColumnCollectionRead/Write
TableFormatITableFormatRead/Write
StylePresetTableStylePresetRead/Write
RightToLeftboolRead/Write
FirstRowboolRead/Write
FirstColboolRead/Write
LastRowboolRead/Write
LastColboolRead/Write
HorizontalBandingboolRead/Write
VerticalBandingboolRead/Write
AsIGraphicalObjectIGraphicalObjectRead/Write
AsIBulkTextFormattableIBulkTextFormattableRead/Write

Methods

MethodReturnsDescription
MergeCells(ICell cell1, ICell cell2, bool allowSplitting)voidThe resulting merged cell.

See Also