[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Plugin.CellTypeStyleTemplatePropertyAttribute

类 CellTypeStyleTemplatePropertyAttribute

具有该类型的插件内部属性,其对应的编辑器可打开单元格主题样式选择对话框。

继承
object
System.Attribute
CellTypeStyleTemplatePropertyAttribute
命名空间: GrapeCity.Forguncy.Plugin
程序集: GrapeCity.Forguncy.Plugin.dll
语法
public class CellTypeStyleTemplatePropertyAttribute : Attribute
示例
public class MyCellTypeStyleTemplateCellType : CellType
{
    [CellTypeStyleTemplateProperty()]
    public string TemplateKey { get; set; }
}

构造函数

CellTypeStyleTemplatePropertyAttribute()

具有该类型的插件内部属性,其对应的编辑器可打开单元格主题样式选择对话框。

声明
public CellTypeStyleTemplatePropertyAttribute()
示例
public class MyCellTypeStyleTemplateCellType : CellType
{
    [CellTypeStyleTemplateProperty()]
    public string TemplateKey { get; set; }
}