Returns the preferred width and height of the cell in the row specified with rowNum.
[Visual Basic] Overrides Public Function GetPreferredSize( _ ByVal g As Graphics, _ ByVal value As Object _ ) As Size [C#] public override Size GetPreferredSize( Graphics g, object value ); [C++] public: override Size GetPreferredSize( Graphics* g, Object* value ); [JScript] public override function GetPreferredSize( g : Graphics, value : Object ) : Size;
DataGridValueColumn Class | DataGridValueColumn Members | System.WinForms Namespace