IColumn
IColumn 接口
表示表中的一列。
public interface IColumn : IBulkTextFormattable, ICellCollection
属性
名称 | 描述 |
---|---|
AsIBulkTextFormattable { get; } | 允许获取基础的 IBulkTextFormattable 接口。只读 IBulkTextFormattable 。 |
AsICellCollection { get; } | 允许获取基础的 ICellCollection 接口。只读 ICellCollection 。 |
ColumnFormat { get; } | 返回包含此列格式属性的 ColumnFormat 对象。只读 IColumnFormat 。 |
Width { get; set; } | 返回或设置列的宽度。可读写 Double。 |