Row

Row 类

表示表格中的一行。

public sealed class Row : CellCollection, IRow

属性

NameDescription
Count { get; }返回集合中单元格的数量。只读 Int32。
Height { get; }返回行的高度。只读 Double。
IsSynchronized { get; }返回指示集合访问是否同步(线程安全)的值。只读 Boolean。
Item { get; }根据位置返回单元格。只读 Cell
MinimalHeight { get; set; }返回或设置行的最小可能高度。读写 Double。
Presentation { get; }返回 CellCollection 的父演示文稿。只读 IPresentation
RowFormat { get; }返回包含此行格式属性的 RowFormat 对象。只读 IRowFormat
Slide { get; }返回 CellCollection 的父幻灯片。只读 IBaseSlide
SyncRoot { get; }返回同步根。只读 Object。

方法

NameDescription
CopyTo(Array, int)将集合中的所有元素复制到指定的数组。
GetEnumerator()返回一个枚举器,用于遍历集合。
SetTextFormat(IParagraphFormat)将已定义的段落格式属性设置到所有行单元格的段落。
SetTextFormat(IPortionFormat)将已定义的片段格式属性设置到所有行单元格的片段。
SetTextFormat(ITextFrameFormat)将已定义的文本框格式属性设置到所有行单元格的文本框。

参见