[]
        
(Showing Draft Content)

GrapeCity.Forguncy.CellTypes.IStyleTemplateInfo

接口 IStyleTemplateInfo

单元格模板样式的样式信息。若想添加单元格模板样式的设计时预览,该单元格需要实现此接口。

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

属性

StyleTemplateInfo

单元格模板样式的所有信息。用于该单元模板样式的设计时预览。用字典存储模板组件。Key表示一个模板组件,Value是模板组件的样式信息。

声明
Dictionary<string, TemplatePartStyle> StyleTemplateInfo { get; }
属性值
类型 描述
System.Collections.Generic.Dictionary<TKey, TValue><string, TemplatePartStyle>