[]
单元格额外需要加载的模板样式。若想某单元格加载额外的模板样式,需要实现此接口。若支持 IStyleTemplateSupport 接口,该接口对应模板样式会默认加载。
public interface IStyleTemplatesNeedLoad
单元格模板样式的标识列表。列表值必须取自于某个CellTypeStyleTemplate的Key,表明该单元格的某个模板样式。
List<string> TemplateKeys { get; set; }
类型 | 描述 |
---|---|
System.Collections.Generic.List<T><string> |
当TemplateKeys中有template的key需要替换,调用此方法
void ReplaceTemplateKey(string oldKey, string newKey)
类型 | 名称 | 描述 |
---|---|---|
string | oldKey | |
string | newKey |