[]
导出页面相关设置。
public class ExportPageSettingBase
导出页面相关设置。
public ExportPageSettingBase()
导出页面的单元格的名称设置,可正确导出变更之后的单元格的数据。
public Dictionary<string, object> CellValueInfos { get; set; }
类型 | 描述 |
---|---|
System.Collections.Generic.Dictionary<TKey, TValue><string, object> |
导出页面的各表格的当前行设置,可正确导出绑定字段及字表的数据。
public Dictionary<string, object> ListViewCurrentRowInfos { get; set; }
类型 | 描述 |
---|---|
System.Collections.Generic.Dictionary<TKey, TValue><string, object> |
导出页面的名称。
public string PageName { get; set; }
类型 | 描述 |
---|---|
string |