DataGridViewCell::Frozen Property
.NET Framework (current version)
Gets a value indicating whether the cell is frozen.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: