BOOL CBCGPGridCtrl::GetColumnVisible | ( | int | nColumn | ) | const |
Tells whether a column is visible, or not.
This function returns TRUE if the specified by nColumn column is visible; otherwise FALSE. You can show or hide columns using SetColumnVisible().
nColumn | The column index. |