[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Visualization.FunctionVisualizer.ExportAsImage

ExportAsImage Method

ExportAsImage(ExportContext, int, int, object, IPrimitiveValue)

Converts the specified value to the corresponding OpenXml data type.

Declaration
protected bool ExportAsImage(ExportContext context, int row, int column, object value, IPrimitiveValue result)
Protected Function ExportAsImage(context As ExportContext, row As Integer, column As Integer, value As Object, result As IPrimitiveValue) As Boolean
Parameters
Type Name Description
ExportContext context

An ExportContext object indicates the export context.

int row

An integer value indicates the row index of cell.

int column

An integer value indicates the column index of cell.

object value

The value of cell.

IPrimitiveValue result

A GrapeCity.CalcEngine.PrimitiveValue value to store the converted data.

Returns
Type Description
bool

true if the specified value is exported to OpenXml format; otherwise, false.