'Declaration
Function CanExport() As Boolean
'Usage
Dim instance As IOpenXml(Of T) Dim value As Boolean value = instance.CanExport()
bool CanExport()
Return Value
true
if this object can be exported to OpenXml format; otherwise, false
.'Declaration
Function CanExport() As Boolean
'Usage
Dim instance As IOpenXml(Of T) Dim value As Boolean value = instance.CanExport()
bool CanExport()
true
if this object can be exported to OpenXml format; otherwise, false
.