Gets the height of a cell in a DataGridColumn.
[Visual Basic] Overrides Public Function GetMinimumHeight() As Integer [C#] public override int GetMinimumHeight(); [C++] public: override int GetMinimumHeight(); [JScript] public override function GetMinimumHeight() : int;
The height of a cell.
The value returned by GetMinimumHeight is calculated by adding the size of the column's font plus a margin value.
DataGridTextBoxColumn Class | DataGridTextBoxColumn Members | System.WinForms Namespace | GetPreferredHeight | GetPreferredSize