Contains information about the columns in a spreadsheet.
typedef struct SOCOLUMNtag { WORD wStructSize; // see below LONG dwWidth; // see below char szName[40]; // see below } SOCOLUMN, VWPTR * PSOCOLUMN;