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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.