ITable

Overview

ITable is a interface in Aspose.Slides FOSS for .NET. Inherits from: IGraphicalObject, IBulkTextFormattable.

Represents a table on a slide.

Properties

NameTypeAccessDescription
RowsIRowCollectionReadProvides access to the collection of rows in the table
ColumnsIColumnCollectionRead
TableFormatITableFormatReadGets the formatting settings applied to the whole table
StylePresetTableStylePresetRead/WriteGets or sets a predefined table style
RightToLeftboolRead/WriteIndicates whether the table layout is right‑to‑left
FirstRowboolRead/WriteIndicates whether the first row has special formatting (e.g., header)
FirstColboolRead/WriteIndicates whether the first column has special formatting
LastRowboolRead/WriteIndicates whether the last row has special formatting
LastColboolRead/WriteIndicates whether the last column has special formatting
HorizontalBandingboolRead/WriteIndicates whether horizontal banding (alternating row colors) is enabled
VerticalBandingboolRead/WriteIndicates whether vertical banding (alternating column colors) is enabled
AsIGraphicalObjectIGraphicalObjectReadReturns the table as an IGraphicalObject interface
AsIBulkTextFormattableIBulkTextFormattableReadReturns the table as an IBulkTextFormattable interface

Methods

SignatureDescription
MergeCells(cell1: ICell, cell2: ICell, allowSplitting: bool)The resulting merged cell.

See Also