SaveAsCSVFile Method (ITable) Send Feedback
See Also 
Retval[out]
True if the contents of the Table are saved to a .csv file, false if not
FileName
Full path, file name, and filename extension of .csv to which to save the contents of the file
Saves the content of the Table as a .csv (comma-separated values) file.

Syntax

Visual Basic 
Function SaveAsCSVFile( _
   ByVal FileName As System.String _
) As System.Boolean
C# 
System.bool SaveAsCSVFile( 
   System.string FileName
)
JavaScript 
SaveAsCSVFile( 
   FileName : String
) : Boolean
COM native C++ 
HRESULT SaveAsCSVFile( 
   BSTR FileName,
   VARIANT_BOOL* Retval
) 
C++ 
DSRESULT SaveAsCSVFile( 
   const dsString& FileName,
   bool* Retval
) 

Parameters

FileName
Full path, file name, and filename extension of .csv to which to save the contents of the file
Retval[out] or Return Value
True if the contents of the Table are saved to a .csv file, false if not
 

See Also

Availability

DraftSight V1R4.0