Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Visualization Namespace / FunctionVisualizer Class / ExportAsImage Method
An GrapeCity.Spreadsheet.IO.OpenXml.ExportContext object indicates the export context.
An integer value indicates the row index of cell.
An integer value indicates the column index of cell.
The value of cell.
A GrapeCity.CalcEngine.PrimitiveValue value to store the converted data.


In This Topic
    ExportAsImage Method
    In This Topic
    Converts the specified value to the corresponding OpenXml data type.
    Syntax
    'Declaration
     
    
    Protected Function ExportAsImage( _
       ByVal context As ExportContext, _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal value As Object, _
       ByVal result As IPrimitiveValue _
    ) As Boolean
    'Usage
     
    
    Dim instance As FunctionVisualizer
    Dim context As ExportContext
    Dim row As Integer
    Dim column As Integer
    Dim value As Object
    Dim result As IPrimitiveValue
    Dim value As Boolean
     
    value = instance.ExportAsImage(context, row, column, value, result)

    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