'Declaration
Public Overloads Sub AutoSizeFixedRows( _
ByVal startRow As System.Integer, _
ByVal endRow As System.Integer, _
ByVal extra As System.Double, _
ByVal allCells As System.Boolean _
)
Whether to measure all cells, including those that are not currently visible.
Remarks
Setting the allCells parameter to true causes the grid to create and measure cell elements for the entire grid content, including rows and columns that are not currently visible. This option may be very time consuming if the grid contains a lot of data.