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
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.