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.