BuildingBlockGalleryContentControl.Range 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个 Range,表示 BuildingBlockGalleryContentControl 的内容。
public Microsoft.Office.Interop.Word.Range Range { get; }
属性值
一个 Range,表示 BuildingBlockGalleryContentControl 的内容。
注解
使用 Range 属性来访问中的所有项 BuildingBlockGalleryContentControl 。 你还可以使用此属性来访问控件中的文本格式和其他文本属性。 有关对象的详细信息 Range ,请参阅Word 对象模型概述。
若要仅访问在中显示的文本 BuildingBlockGalleryContentControl ,请使用 Text 属性。