In This Topic
Converts the specified value to the corresponding OpenXml data type.
Syntax
Parameters
- context
- An GrapeCity.Spreadsheet.IO.OpenXml.ExportContext object indicates the export context.
- row
- An integer value indicates the row index of cell.
- column
- An integer value indicates the column index of cell.
- value
- The value of cell.
- result
- A GrapeCity.CalcEngine.PrimitiveValue value to store the converted data.
Return Value
true
if the specified value is exported to OpenXml format; otherwise, false
.
See Also