IColumn
IColumn interface
Represents a column in a table.
public interface IColumn : IBulkTextFormattable, ICellCollection
Properties
Name | Description |
---|---|
AsIBulkTextFormattable { get; } | Allows to get base IBulkTextFormattable interface. Read-only IBulkTextFormattable . |
AsICellCollection { get; } | Allows to get base ICellCollection interface. Read-only ICellCollection . |
ColumnFormat { get; } | Returns the ColumnFormat object that contains formatting properties for this column. Read-only IColumnFormat . |
Width { get; set; } | Returns or sets the width of a column. Read/write Double. |
See Also
- interface IBulkTextFormattable
- interface ICellCollection
- namespace Aspose.Slides
- assembly Aspose.Slides