IRow

IRow interface

表示表中的一行。

public interface IRow : IBulkTextFormattable, ICellCollection

特性

姓名描述
AsIBulkTextFormattable { get; }允许获取基本的 IBulkTextFormattable 接口。 只读IBulkTextFormattable
AsICellCollection { get; }允许获取基本 ICellCollection 接口。 只读ICellCollection
Height { get; }返回一行的高度。 只读Double。
MinimalHeight { get; set; }返回或设置行的最小可能高度。 读/写Double。
RowFormat { get; }返回包含该行格式属性的 RowFormat 对象。 只读IRowFormat

也可以看看