C1.Silverlight.FlexGrid.5
AutoSizeRows(Int32,Int32,Double) Method

Index of the first row to resize.
Index of the last row to resize.
Extra height to add to the row, in pixels.
Resizes a row range to fit their visible contents.
Syntax
'Declaration
 
Public Overloads Sub AutoSizeRows( _
   ByVal startRow As System.Integer, _
   ByVal endRow As System.Integer, _
   ByVal extra As System.Double _
) 
public void AutoSizeRows( 
   System.int startRow,
   System.int endRow,
   System.double extra
)

Parameters

startRow
Index of the first row to resize.
endRow
Index of the last row to resize.
extra
Extra height to add to the row, in pixels.
See Also

Reference

C1FlexGrid Class
C1FlexGrid Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.