Infragistics(R) NetAdvantage(R) Windows Forms
PerformAutoResize(Int32,Int32) Method
See Also  E-mail your feedback on this topic.
Infragistics.Win.UltraWinGrid Namespace > UltraGridColumn Class > PerformAutoResize Method : PerformAutoResize(Int32,Int32) Method

nRows
Specifies the maximum number of rows to base the auto-sizing on.
maxRowCollectionsToTraverse
Specifies the maximum number of rows collections to base the auto-sizing on.
Resizes the column based on the cell values in first nRows rows in the band.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub PerformAutoResize( _
   ByVal nRows As Integer, _
   ByVal maxRowCollectionsToTraverse As Integer _
) 
C# 
public void PerformAutoResize( 
   int nRows,
   int maxRowCollectionsToTraverse
)

Parameters

nRows
Specifies the maximum number of rows to base the auto-sizing on.
maxRowCollectionsToTraverse
Specifies the maximum number of rows collections to base the auto-sizing on.

See Also