Variable ColumnInfo.name
The name of the column.
Declaration
struct ColumnInfo
								
								{
								
  // ...
								
  string name;
								
  // ...
								
								}
							
						The name of the column.
struct ColumnInfo
								
								{
								
  // ...
								
  string name;
								
  // ...
								
								}