DataGridViewCell.ContentBounds 属性

定义

获取环绕单元格内容区域的边框。

public:
 property System::Drawing::Rectangle ContentBounds { System::Drawing::Rectangle get(); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Rectangle ContentBounds { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ContentBounds : System.Drawing.Rectangle
Public ReadOnly Property ContentBounds As Rectangle

属性值

用于限定单元格内容的 Rectangle

属性

例外

包含该单元格的行是共享行。

- 或 -

该单元格是列标题单元格。

ColumnIndex 属性的值小于 0,这表示该单元格为行标头单元格。

注解

返回的矩形报告客户端坐标(以像素为单位)。

此属性调用 GetContentBounds 方法以获取其值。 对于基 DataGridViewCell 类型,此值为 Empty

若要获取单元格的边框而不是单元格内容,请使用 DataGridView.GetCellDisplayRectangle 方法。

适用于

另请参阅