Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IExtendedData Interface / IsRequiredExport Method
An GrapeCity.Spreadsheet.IO.OpenXml.ImportContext object indicates the import context.


In This Topic
    IsRequiredExport Method (IExtendedData)
    In This Topic
    Gets a value indicating whether the extension requires to export its data.
    Syntax
    'Declaration
     
    
    Function IsRequiredExport( _
       ByVal context As ExportContext _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExtendedData
    Dim context As ExportContext
    Dim value As Boolean
     
    value = instance.IsRequiredExport(context)
    bool IsRequiredExport( 
       ExportContext context
    )

    Parameters

    context
    An GrapeCity.Spreadsheet.IO.OpenXml.ImportContext object indicates the import context.
    See Also