CSVDocument.GetColumnName Method
| Explanation | Get the name of column With SetColumnName method and CSV Constant the column name is acquired. | |
| Call format | var name = csvdoc.GetColumnName( column ) | |
| Return value | Spcified column name | |
| Arguments | integer column | Get the name of column which start from column index 0 |
| Exception | CSV-14 | Incorrect column index |
| Example of use | | |
| Related item | SetColumnName, ClearColumnName, GetCellByName, SetCellByName methods | |