IColumn

IColumn interface

Represents a column in a table.

public interface IColumn : IBulkTextFormattable, ICellCollection

Properties

NameDescription
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