BCGSuite for MFC
BOOL CBCGPGridCtrl::SetColumnName ( int  nCol,
LPCTSTR  lpszColumn 
)

Sets the name of the specified column in a grid control.

Returns
Nonzero if successful; otherwise 0.
Parameters
nColThe zero-based index of the column.
lpszColumnThe name of the column.