DataGridTextBoxColumn.GetMinimumHeight 方法

定義

取得在 DataGridColumnStyle 中儲存格的高度。

protected public:
 override int GetMinimumHeight();
protected internal override int GetMinimumHeight ();
override this.GetMinimumHeight : unit -> int
Protected Friend Overrides Function GetMinimumHeight () As Integer

傳回

Int32

儲存格的高度。

備註

GetMinimumHeight 傳回的值會藉由加入資料行字型的大小加上邊界值來計算。

適用於

另請參閱