DataGridViewCell.Frozen 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 a value indicating whether the cell is frozen.
public:
virtual property bool Frozen { bool get(); };
[System.ComponentModel.Browsable(false)]
public virtual bool Frozen { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Frozen : bool
Public Overridable ReadOnly Property Frozen As Boolean
Property Value
true
if the cell is frozen; otherwise, false
.
- Attributes
Remarks
The value of the Frozen property depends on the state of the cell's parent row and column. If the Frozen
property of either the row or column is set to true
, the cell's Frozen property will also be true
.
Applies to
See also
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.