Click or drag to resize

ExportToFileCanExport Method

Returns True if object could be exported into file with selected file name.

Namespace:  MediaCy.Commands.Export
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Shared Function CanExport ( 
	obj As Object,
	fileName As String
) As Boolean

Parameters

obj
Type: SystemObject
object to export
fileName
Type: SystemString
extension defines destination type (Excel/Word/PowerPoint/Image)

Return Value

Type: Boolean
Remarks