SplitPanes Method
SplitPanes(int, int)
Splits panes at the specified position.
Declaration
void SplitPanes(int row, int column)
Sub SplitPanes(row As Integer, column As Integer)
Parameters
Type |
Name |
Description |
int |
row |
The split row position.
|
int |
column |
The split column position.
|