[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Plugin.GenerateCellInfo

类 GenerateCellInfo

用于IForceGenerateCell接口,强行生成单元格所需的信息。

继承
object
GenerateCellInfo
命名空间: GrapeCity.Forguncy.Plugin
程序集: GrapeCity.Forguncy.Plugin.dll
语法
public class GenerateCellInfo

构造函数

GenerateCellInfo()

用于IForceGenerateCell接口,强行生成单元格所需的信息。

声明
public GenerateCellInfo()

属性

ColumnIndex

单元格列索引,从0开始计算。

声明
public int ColumnIndex { get; set; }
属性值
类型 描述
int

PageName

单元格所在页面的名字。

声明
public string PageName { get; set; }
属性值
类型 描述
string

RowIndex

单元格行索引,从0开始计算。

声明
public int RowIndex { get; set; }
属性值
类型 描述
int