IColumn

Overview

IColumn is a interface in Aspose.Slides FOSS for .NET. Inherits from: ICellCollection, IBulkTextFormattable.

Represents a single column in a table. Combines cell-collection behavior with bulk text formatting capability.

Properties

NameTypeAccessDescription
WidthfloatRead/Write
ColumnFormatIColumnFormatReadProvides access to formatting options for the column
AsICellCollectionICellCollectionReadReturns the cells contained in the column as a cell collection
AsIBulkTextFormattableIBulkTextFormattableReadExposes bulk text formatting capabilities for the column

See Also