Element.Matches(String) 方法

定义

调用的方法用于确定单元格是否与给定文本匹配,从不使用 null 值或空字符串调用。

public virtual bool Matches (string text);
abstract member Matches : string -> bool
override this.Matches : string -> bool

参数

text
String

用户正在查找的文本

返回

如果元素包含文本,则为 True;否则为 false。

注解

如果用户找到此单元格表示的文本,则此方法应返回 true。 这可能会对单元格的可见元素或不可见的单元格的某些组件执行搜索。

适用于