protected void AutoResizeRows( System.int rowIndexStart, System.int rowsCount, System.Windows.Forms.DataGridViewAutoSizeRowMode autoSizeRowMode, System.bool fixedWidth )
'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)
Parameters
- rowIndexStart
- rowsCount
- autoSizeRowMode
- fixedWidth