Nevron.UI.WinForm.Controls Namespace / NDataGridView Class / AutoResizeColumn Method / AutoResizeColumn(Int32,DataGridViewAutoSizeColumnMode,Boolean) Method


AutoResizeColumn(Int32,DataGridViewAutoSizeColumnMode,Boolean) Method
Syntax
'Declaration
 
Protected Overloads Sub AutoResizeColumn( _
   ByVal columnIndex As System.Integer, _
   ByVal autoSizeColumnMode As System.Windows.Forms.DataGridViewAutoSizeColumnMode, _
   ByVal fixedHeight As System.Boolean _
) 
 
'Usage
 
Dim instance As NDataGridView
Dim columnIndex As System.Integer
Dim autoSizeColumnMode As System.Windows.Forms.DataGridViewAutoSizeColumnMode
Dim fixedHeight As System.Boolean
 
instance.AutoResizeColumn(columnIndex, autoSizeColumnMode, fixedHeight)

Parameters

columnIndex
autoSizeColumnMode
fixedHeight
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