IColumn

IColumn interface

表示表中的列。

public interface IColumn : IBulkTextFormattable, ICellCollection

特性

姓名描述
AsIBulkTextFormattable { get; }允许获取基本的 IBulkTextFormattable 接口。 只读IBulkTextFormattable
AsICellCollection { get; }允许获取基本 ICellCollection 接口。 只读ICellCollection
ColumnFormat { get; }返回包含此列格式属性的 ColumnFormat 对象。 只读IColumnFormat
Width { get; set; }返回或设置列的宽度。 读/写Double。

也可以看看