CustomTables.AddCSVTable Method
Parent Object: CustomTablesDescription
Method that creates a new custom table based on a CSV (comma delimited) file. The newly created CustomTable is returned.
Syntax
CustomTables.AddCSVTable( CSVFileName As String, PlacementPoint As Point2d, [Title] As String, [UseFirstRowForHeaders] As Boolean ) As CustomTableParameters
Name | Type | Description |
CSVFileName | String | Input String that specifies the full file name of the CSV (comma delimited) file. |
PlacementPoint | Point2d | Input Point2d object that defines the placement point of the table on the sheet. |
Title | String | Optional input String that specifies the title (or the header) of the table. This is an optional argument whose default value is "". |
UseFirstRowForHeaders | Boolean | Optional input Boolean that specifies whether to use the first row for column headers. If not specified, this argument defaults to True. This is an optional argument whose default value is True. |