ShowCol
Use this function to show/hide a column.
void ShowCol( int nCol, int nNumCols, BOOL bShow )
No return value
EX1
void ShowCol_ex() { Worksheet wks = Project.ActiveLayer(); if (wks) { wks.ShowCol(1, 1, false); // to hide column 1. } }
ShowRow
origin.h