Shape.SectionExists 属性 (Visio)
确定特定形状是否存在“ShapeSheet”内容。 此为只读属性。
语法
expression。 SectionExists
( _Section_
, _fExistsLocally_
)
表达 一个代表 Shape 对象的变量。
参数
名称 | 必需/可选 | 数据类型 | 说明 |
---|---|---|---|
Section | 必需 | Integer | 内容索引。 |
fExistsLocally | 必需 | Integer | 搜索范围。 |
返回值
整数
备注
如果 fExistsLocally 为 False (0),当该对象包含或继承内容时,SectionExists 属性将返回 True。 如果 fExistsLocally 为 True(不为零),则仅当对象包含本地内容时,SectionExists 属性才返回 True;如果该内容是继承内容,SectionExists 属性将返回 False。
表示内容的常量以 visSection 作为前缀,并由 Microsoft Visio 类型库在 VisSectionIndices 中声明。
支持和反馈
有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。