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
| Name | Type | Access | Description |
|---|---|---|---|
Width | float | Read/Write | |
ColumnFormat | IColumnFormat | Read | Provides access to formatting options for the column |
AsICellCollection | ICellCollection | Read | Returns the cells contained in the column as a cell collection |
AsIBulkTextFormattable | IBulkTextFormattable | Read | Exposes bulk text formatting capabilities for the column |