Shape.CellsSRCExists 属性 (Visio)
确定搜索范围内是否存在 ShapeSheet 单元格。 此为只读属性。
语法
expression。 CellsSRCExists
( _Section_
, _Row_
, _Column_
, _fExistsLocally_
)
表达 一个代表 Shape 对象的变量。
参数
名称 | 必需/可选 | 数据类型 | 说明 |
---|---|---|---|
Section | 必需 | Integer | 单元格的内容索引。 |
行 | 必需 | Integer | 单元格的行索引。 |
列 | 必需 | Integer | 单元格的列索引。 |
fExistsLocally | 必需 | Integer | 搜索范围。 |
返回值
整数
备注
Visio 类型库将节、行和列索引的常量分别声明为 VisSectionIndices、 VisRowIndices 和 VisCellIndices 的成员。
fExistsLocally 参数指定搜索范围:
如果 fExistsLocally 不为零 (True),则仅当对象包含的单元格是本地单元格时,CellsSRCExists 属性才返回 True;如果该单元格是继承的单元格,则 CellsSRCExists 属性返回 False。
如果 fExistsLocally 为零 (False) 且对象包含或继承单元格,则 CellsSRCExists 属性返回 True。
要按名称搜索单元格,请使用 CellExists 属性或 CellExistsU 属性。
支持和反馈
有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。