'Declaration
Public Overridable Function GetPreferredWidth( _ ByVal autoSizeColumnMode As System.Windows.Forms.DataGridViewAutoSizeColumnMode, _ ByVal fixedHeight As System.Boolean _ ) As System.Integer
'Usage
Dim instance As NDataGridViewExpandCollapseColumn Dim autoSizeColumnMode As System.Windows.Forms.DataGridViewAutoSizeColumnMode Dim fixedHeight As System.Boolean Dim value As System.Integer value = instance.GetPreferredWidth(autoSizeColumnMode, fixedHeight)
public virtual System.int GetPreferredWidth( System.Windows.Forms.DataGridViewAutoSizeColumnMode autoSizeColumnMode, System.bool fixedHeight )
Parameters
- autoSizeColumnMode
- fixedHeight