[]
Converts the specified value to the corresponding OpenXml data type.
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
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. |
Type | Description |
---|---|
bool |
|