Document Solutions for Excel, .NET Edition | Document Solutions
Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace
/
IWorksheet Interface
/ FreezePanes Method
The frozen row position.
The frozen column position.
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
FreezePanes Method
In This Topic
Freezes panes at the specified position.
Syntax
C#
void
FreezePanes( System.
int
row
, System.
int
column
)
Parameters
row
The frozen row position.
column
The frozen column position.
See Also
Reference
IWorksheet Interface
IWorksheet Members