[]
        
(Showing Draft Content)

GrapeCity.Forguncy.CellTypes.IExportCellTypeAsync

接口 IExportCellTypeAsync

IExportCellType 接口的异步实现

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

属性

ExportPicture

是否将单元格类型导出成图片。

声明
bool ExportPicture { get; }
属性值
类型 描述
bool

方法

ExportToExcelAsync(ICellInfo, IExportContext)

导出单元格类型时的处理。

声明
Task<ExportResultInfo> ExportToExcelAsync(ICellInfo targetCell, IExportContext context)
参数
类型 名称 描述
ICellInfo targetCell

单元格类型所在单元格信息。

IExportContext context

单元格类型在导出时的上下文信息。

返回值
类型 描述
System.Threading.Tasks.Task<TResult><ExportResultInfo>

返回导出的单元格类型的值或图片等。