[]
        
(Showing Draft Content)

GrapeCity.Forguncy.CellTypes.IStyleTemplateSupport

接口 IStyleTemplateSupport

单元格支持模板样式。若想某单元格支持模板样式,需要实现此接口。

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

属性

TemplateKey

单元格模板样式的标识。它必须取自于某个CellTypeStyleTemplate的Key。表明该单元格应用了哪一个模板样式。

声明
string TemplateKey { get; set; }
属性值
类型 描述
string