Nevron.UI.WinForm.Controls Namespace / NDataGridView Class / AutoResizeRows Method / AutoResizeRows(Int32,Int32,DataGridViewAutoSizeRowMode,Boolean) Method


In This Topic
    AutoResizeRows(Int32,Int32,DataGridViewAutoSizeRowMode,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overloads Sub AutoResizeRows( _
       ByVal rowIndexStart As System.Integer, _
       ByVal rowsCount As System.Integer, _
       ByVal autoSizeRowMode As System.Windows.Forms.DataGridViewAutoSizeRowMode, _
       ByVal fixedWidth As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NDataGridView
    Dim rowIndexStart As System.Integer
    Dim rowsCount As System.Integer
    Dim autoSizeRowMode As System.Windows.Forms.DataGridViewAutoSizeRowMode
    Dim fixedWidth As System.Boolean
     
    instance.AutoResizeRows(rowIndexStart, rowsCount, autoSizeRowMode, fixedWidth)
    protected void AutoResizeRows( 
       System.int rowIndexStart,
       System.int rowsCount,
       System.Windows.Forms.DataGridViewAutoSizeRowMode autoSizeRowMode,
       System.bool fixedWidth
    )

    Parameters

    rowIndexStart
    rowsCount
    autoSizeRowMode
    fixedWidth
    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