ComponentOne FlexPivot for WinForms
AutoSizeRows(Int32,Int32,Int32,Int32,Int32,AutoSizeFlags) Method

C1.Win.FlexPivot.4 Assembly > C1.Win.FlexPivot Namespace > C1FlexPivotGrid Class > AutoSizeRows Method : AutoSizeRows(Int32,Int32,Int32,Int32,Int32,AutoSizeFlags) Method
Syntax
'Declaration
 
Public Overloads Overridable Sub AutoSizeRows( _
   ByVal topRow As System.Integer, _
   ByVal leftCol As System.Integer, _
   ByVal bottomRow As System.Integer, _
   ByVal rightCol As System.Integer, _
   ByVal extraSpace As System.Integer, _
   ByVal flags As C1.Win.C1FlexGrid.AutoSizeFlags _
) 
public virtual void AutoSizeRows( 
   System.int topRow,
   System.int leftCol,
   System.int bottomRow,
   System.int rightCol,
   System.int extraSpace,
   C1.Win.C1FlexGrid.AutoSizeFlags flags
)

Parameters

topRow
leftCol
bottomRow
rightCol
extraSpace
flags
See Also

Reference

C1FlexPivotGrid Class
C1FlexPivotGrid Members
Overload List