[]
        
(Showing Draft Content)

FarPoint.Win.Spread.IExcelExporter.CanExportTo

CanExportTo Method

CanExportTo(Type)

Returns whether this exporter can export the object to the specified type.

Declaration
bool CanExportTo(Type destinationType)
Function CanExportTo(destinationType As Type) As Boolean
Parameters
Type Name Description
Type destinationType

A Type that represents the type you want to export to.

Returns
Type Description
bool

true if this exporter can perform the export; otherwise, false.