RowStyle 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 RowStyle 類別的執行個體。
多載
RowStyle() |
將 RowStyle 類別的執行個體初始化成其預設狀態。 |
RowStyle(SizeType) | |
RowStyle(SizeType, Single) |
RowStyle()
RowStyle(SizeType)
public:
RowStyle(System::Windows::Forms::SizeType sizeType);
public RowStyle (System.Windows.Forms.SizeType sizeType);
new System.Windows.Forms.RowStyle : System.Windows.Forms.SizeType -> System.Windows.Forms.RowStyle
Public Sub New (sizeType As SizeType)
參數
備註
這個建構函式會將 Height 屬性設定為 0。
另請參閱
適用於
RowStyle(SizeType, Single)
public:
RowStyle(System::Windows::Forms::SizeType sizeType, float height);
public RowStyle (System.Windows.Forms.SizeType sizeType, float height);
new System.Windows.Forms.RowStyle : System.Windows.Forms.SizeType * single -> System.Windows.Forms.RowStyle
Public Sub New (sizeType As SizeType, height As Single)
參數
- height
- Single
以像素為單位的慣用高度或是 TableLayoutPanel 的百分比 (需視 sizeType
而定)。
例外狀況
height
小於 0。
備註
根據 參數,參數 height
會採用不同的意義 sizeType
。 如需詳細資訊,請參閱 Height 屬性 (Property)。