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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.