DataGridViewCell.Size Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.