[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Plugin.IForceGenerateCell

接口 IForceGenerateCell

在生成页面时,会根据该接口中的方法返回的结果强行生成指定的单元格。

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

方法

GetForceGenerateCells()

在生成页面时,会根据该接口中的方法返回的结果强行生成指定的单元格。

声明
IEnumerable<GenerateCellInfo> GetForceGenerateCells()
返回值
类型 描述
System.Collections.Generic.IEnumerable<T><GenerateCellInfo>