







Freeze the columns/rows to left and above the cell
Namespace:
OfficeOpenXml
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public void FreezePanes( int Row, int Column ) |
Visual Basic (Declaration) |
---|
Public Sub FreezePanes ( _ Row As Integer, _ Column As Integer _ ) |
Visual C++ |
---|
public: void FreezePanes( int Row, int Column ) |
Parameters
- Row
- Type: System..::.Int32
[Missing <param name="Row"/> documentation for "M:OfficeOpenXml.ExcelWorksheetView.FreezePanes(System.Int32,System.Int32)"]
- Column
- Type: System..::.Int32
[Missing <param name="Column"/> documentation for "M:OfficeOpenXml.ExcelWorksheetView.FreezePanes(System.Int32,System.Int32)"]