Saves the content of the Table as a
.csv (comma-separated values) file.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SaveAsCSVFile( _
BSTR FileName As System.String _
) As System.Boolean |
C# | |
---|
System.bool SaveAsCSVFile(
System.string FileName
) |
Parameters
- FileName
- Full path, file name, and filename extension of .csv to which to save the contents of the file
Parameters
- 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