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

nRows
The number of rows on which to base the sizing of the column.
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 _
) 
C# 
public void PerformAutoResize( 
   int nRows
)

Parameters

nRows
The number of rows on which to base the sizing of the column.

See Also