Revision.Cells 属性

定义

返回一个 Cells 集合,该集合表示已用修订标记标记的表单元格。 此为只读属性。

public:
 property Microsoft::Office::Interop::Word::Cells ^ Cells { Microsoft::Office::Interop::Word::Cells ^ get(); };
public Microsoft.Office.Interop.Word.Cells Cells { get; }
member this.Cells : Microsoft.Office.Interop.Word.Cells
Public ReadOnly Property Cells As Cells

属性值

Cells

注解

有关返回集合的单个成员的信息,请参阅 从集合返回对象

适用于