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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.