'DeclarationProtected Overloads Sub AutoResizeRows( _ ByVal autoSizeRowsMode As System.Windows.Forms.DataGridViewAutoSizeRowsMode, _ ByVal fixedWidth As System.Boolean _ )
'UsageDim instance As NDataGridView Dim autoSizeRowsMode As System.Windows.Forms.DataGridViewAutoSizeRowsMode Dim fixedWidth As System.Boolean instance.AutoResizeRows(autoSizeRowsMode, fixedWidth)
protected void AutoResizeRows( System.Windows.Forms.DataGridViewAutoSizeRowsMode autoSizeRowsMode, System.bool fixedWidth )
Parameters
- autoSizeRowsMode
- fixedWidth