[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Commands.ExportToExcelItem

类 ExportToExcelItem

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

构造函数

ExportToExcelItem()

声明
public ExportToExcelItem()

属性

CellValueInfos

导出页面的单元格的名称设置,可正确导出变更之后的单元格的数据。

声明
public Dictionary<string, object> CellValueInfos { get; set; }
属性值
类型 描述
System.Collections.Generic.Dictionary<TKey, TValue><string, object>

ListViewCurrentRowInfos

导出页面的各表格的当前行设置,可正确导出绑定字段及字表的数据。

声明
public Dictionary<string, object> ListViewCurrentRowInfos { get; set; }
属性值
类型 描述
System.Collections.Generic.Dictionary<TKey, TValue><string, object>

SheetName

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

TargetName

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