GRID.ExpandRowsToFit

Previous  Next

 

state = GRID.ExpandRowsToFit( BYVAL nControl AS INTEGER,

                              BYVAL state AS INTEGER ) AS INTEGER

 

 

 

 

Expands the row heights to fit the grid area. If bExpandFixed is TRUE then fixed rows will be modified, otherwise they will not be affected.

 

Example:

 

GRID.ExpandRowsToFit( nControl, TRUE )