API Reference
Class
LegacyXlsFreezePane
Represents frozen pane metadata parsed from a legacy XLS worksheet view.
Inheritance
- Object
- LegacyXlsFreezePane
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property LegacyXlsWorksheet.FreezePane
Constructors
public LegacyXlsFreezePane(Int32 topRows, Int32 leftColumns) #Creates legacy frozen pane metadata.
Parameters
- topRows System.Int32
- Number of top rows to freeze.
- leftColumns System.Int32
- Number of left columns to freeze.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object