[]
        
(Showing Draft Content)

GrapeCity.Forguncy.CellTypes.IStyleTemplatesNeedLoad

接口 IStyleTemplatesNeedLoad

单元格额外需要加载的模板样式。若想某单元格加载额外的模板样式,需要实现此接口。若支持 IStyleTemplateSupport 接口,该接口对应模板样式会默认加载。

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

属性

TemplateKeys

单元格模板样式的标识列表。列表值必须取自于某个CellTypeStyleTemplate的Key,表明该单元格的某个模板样式。

声明
List<string> TemplateKeys { get; set; }
属性值
类型 描述
System.Collections.Generic.List<T><string>

方法

ReplaceTemplateKey(string, string)

当TemplateKeys中有template的key需要替换,调用此方法

声明
void ReplaceTemplateKey(string oldKey, string newKey)
参数
类型 名称 描述
string oldKey
string newKey