[]
单元格模板样式的样式信息。若想添加单元格模板样式的设计时预览,该单元格需要实现此接口。
public interface IStyleTemplateInfo
单元格模板样式的所有信息。用于该单元模板样式的设计时预览。用字典存储模板组件。Key表示一个模板组件,Value是模板组件的样式信息。
Dictionary<string, TemplatePartStyle> StyleTemplateInfo { get; }
类型 | 描述 |
---|---|
System.Collections.Generic.Dictionary<TKey, TValue><string, TemplatePartStyle> |