SOCOLUMNSOCOLUMN*
*



Contents  *



Index  *Topic Contents
*Previous Topic: SOBORDER
*Next Topic: SOCPARCANGLE

SOCOLUMN

Contains information about the columns that are contained in a spreadsheet.

Syntax

typedef struct SOCOLUMNtag {
    WORD wStructSize; 
    LONG dwWidth; 
    char szName[40]; 
} SOCOLUMN, VWPTR * PSOCOLUMN;

Members

wStructSize
Size, in bytes, of the structure.
dwWidth
Width, in characters, of the column.
szName
Null-terminated string specifying the name of the column.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.