GrapeCity.Documents.Excel Namespace / IWorksheet Interface / SplitPanes Method
The split row position.
The split column position.
In This Topic
SplitPanes Method
In This Topic
Splits panes at the specified position.
Syntax
void SplitPanes( 
   System.int row,
   System.int column
)

Parameters

row
The split row position.
column
The split column position.
See Also