[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Plugin.IPropertySearchable

接口 IPropertySearchable

能够检索替换单元格类型和命令上的某些属性。

命名空间: GrapeCity.Forguncy.Plugin
程序集: GrapeCity.Forguncy.Plugin.dll
语法
public interface IPropertySearchable

方法

EnumSearchableProperty(LocationIndicator)

查找到某一个单元格类型或命令时,需要检索的属性名称和检索时使用的值的集合。

声明
IEnumerable<FindResultItem> EnumSearchableProperty(LocationIndicator location)
参数
类型 名称 描述
LocationIndicator location
返回值
类型 描述
System.Collections.Generic.IEnumerable<T><FindResultItem>