Sets the FirstFrozenColumn, FirstFrozenRow, FrozenColumnCount, and FrozenRowCount properties of the current worksheet, so that the active cell is the first unfrozen cell.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public void Freeze () |
Visual Basic
Copy Code
|
|---|
Public Sub Freeze () |
See Also