[]
具有该类型的插件内部属性,其对应的编辑器可打开单元格主题样式选择对话框。
public class CellTypeStyleTemplatePropertyAttribute : Attribute
public class MyCellTypeStyleTemplateCellType : CellType
{
[CellTypeStyleTemplateProperty()]
public string TemplateKey { get; set; }
}
具有该类型的插件内部属性,其对应的编辑器可打开单元格主题样式选择对话框。
public CellTypeStyleTemplatePropertyAttribute()
public class MyCellTypeStyleTemplateCellType : CellType
{
[CellTypeStyleTemplateProperty()]
public string TemplateKey { get; set; }
}