Spread Windows Forms 12.0 Product Documentation
CustomizeExport Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.IO.OpenXml Namespace > ICellExporter Interface : CustomizeExport Method
An integer value indicates the row index of cell.
An integer value indicates the column index of cell.
An System.Object value indicates the custom data.
A GrapeCity.CalcEngine.PrimitiveValue value to store the converted data.
Converts the specified value to the coressponding OpenXml data type.
Syntax
'Declaration
 
Function CustomizeExport( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal value As Object, _
   ByVal result As IPrimitiveValue _
) As Boolean
'Usage
 
Dim instance As ICellExporter
Dim row As Integer
Dim column As Integer
Dim value As Object
Dim result As IPrimitiveValue
Dim value As Boolean
 
value = instance.CustomizeExport(row, column, value, result)
bool CustomizeExport( 
   int row,
   int column,
   object value,
   IPrimitiveValue result
)

Parameters

row
An integer value indicates the row index of cell.
column
An integer value indicates the column index of cell.
value
An System.Object value indicates the custom data.
result
A GrapeCity.CalcEngine.PrimitiveValue value to store the converted data.

Return Value

true if the specified value can be exported to OpenXml format; otherwise, false.
See Also

Reference

ICellExporter Interface
ICellExporter Members