IRow
IRow 接口
表示表中的一行。
public interface IRow : IBulkTextFormattable, ICellCollection
属性
名称 | 描述 |
---|---|
AsIBulkTextFormattable { get; } | 允许获取基础的 IBulkTextFormattable 接口。只读 IBulkTextFormattable 。 |
AsICellCollection { get; } | 允许获取基础的 ICellCollection 接口。只读 ICellCollection 。 |
Height { get; } | 返回一行的高度。只读 Double。 |
MinimalHeight { get; set; } | 返回或设置一行的最小可能高度。读写 Double。 |
RowFormat { get; } | 返回包含此行格式属性的 RowFormat 对象。只读 IRowFormat 。 |