<< Return to Main Index

< Return to Class Index

CGXDBEGrid::SetMaxColWidth

void SetMaxColWidth(int nChar);

nChar

Specifies the number of characters.

Remarks

Specify the maximum number of characters for text fields to be displayed in the cells. The method loops through all columns and resizes them if necessary.

You should call this method after you have initialized the grid (with calling OnInitialUpdate).

See Also

CGXDBEGrid::GetMaxColWidth

CGXDBEGrid 

Class Overview | Class Members