DataGridViewCell.Size Property

Definition

Gets the size of the cell.

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

Property Value

A Size set to the owning row's height and the owning column's width.

Attributes

Exceptions

The row containing the cell is a shared row.

-or-

The cell is a column header cell.

Remarks

If the cell is not associated with a DataGridView control, the Size property returns a Size with a width and height of -1.

Applies to

See also