Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IWorksheet Interface / FreezePanes Method
The frozen row position.
The frozen column position.
In This Topic
    FreezePanes Method
    In This Topic
    Freezes panes at the specified position.
    Syntax
    void FreezePanes( 
       System.int row,
       System.int column
    )

    Parameters

    row
    The frozen row position.
    column
    The frozen column position.
    See Also