ISplitter::RemovePane method

bool RemovePane(shortnRow, shortnCol)

Removes from the splitter grid the cell indicated by (nRow, nCol) coordinates.

Defined in: SplitterLayout.h

Return Value

true if the cell was removed successfully, false otherwise.

Parameters

nRow

Row position of the cell being removed.

nCol

Column position of the cell being removed.

Comments

The cells occupied by this pane are left empty, unless one or more rows or columns are left empty, in which case those rows or columns are eliminated.