CGXAdoGrid::GetDisplaySize
virtual long GetDisplaySize(const ADOField& fieldInfo);?
fieldInfo
A reference to an ADOField structure which contains field information for a field in an ADORecordset.
Return Value
Returns the default column width in characters.
Remarks
This method is called from OnInitColInfo to determine the default column width in characters for the specified field type. You may override this method if you want to change the initial widths for specific data types.