FlexGrid for WinRT
AutoSizeFixedRows(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 range of fixed rows to fit their visible contents.
Syntax
'Declaration
 
Public Overloads Sub AutoSizeFixedRows( _
   ByVal startRow As System.Integer, _
   ByVal endRow As System.Integer, _
   ByVal extra As System.Double _
) 
public void AutoSizeFixedRows( 
   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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1FlexGrid Class
C1FlexGrid Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback