[]
        
(Showing Draft Content)

GrapeCity.Forguncy.CellTypes.SupportFeatures

Enum SupportFeatures

单元格类型的插件支持的特性。

命名空间: GrapeCity.Forguncy.CellTypes
程序集: GrapeCity.Forguncy.CellTypes.dll
语法
[Flags]
public enum SupportFeatures

字段

名称 描述
All

支持Tab键设置及所有单元格上设置格式。

AllowSetFormat

支持在所有单元格上设置格式。

AllowSetFormatInListview

只支持在表格单元格上设置格式。

AllowSetFormatInNormalCell

只支持在普通单元格上设置格式。

AllowSetTabOrder

支持Tab键设置。

None

没有特性。

ShouldCheckDirtyWhenLeavePage

在离开页面检查是否有未保存的数据时,是否检查该单元格类型。