DataGridView.Height 属性
获取或设置 DataGridView 的高度。
命名空间: Microsoft.Office.Tools.Word.Controls
程序集: Microsoft.Office.Tools.Word.v4.0.Utilities(在 Microsoft.Office.Tools.Word.v4.0.Utilities.dll 中)
语法
声明
Public Property Height As Single
public float Height { get; set; }
属性值
类型:System.Single
DataGridView 的高度(以磅为单位)。
备注
更改 Height 和 Top 属性值会使 DataGridView 的 Bottom 属性值发生更改。
DataGridView.Height 属性使用磅值,而 Control.Height 属性使用像素值。
示例
有关演示如何使用此属性的代码示例,请参见 Button.Height。Microsoft.Office.Tools.Word.Controls 命名空间中的所有控件都具有在功能上等效的 Height 属性。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。