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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.