JCMTableGetColumnNameΒΆ
Purpose
returns name of table column
Function signature
int JCMTableGetColumnName(const char** columnName, int handle, int col)
| Parameter | in/output | Description | 
|---|---|---|
| columnName | output | name of column | 
| handle | input | pinboard handle of table | 
| col | input | index of column |