CGXTabWndAdapter::DeleteWorkSheet
virtual BOOL DeleteWorksheet(int nDeleteIndex) = 0;
nDeleteIndex
Index of the worksheet that is to be removed.
Remarks
Override and implement to enable deleting a worksheet. In the concrete implementation for CGXTabWnd, the last (primary) worksheet cannot be deleted. This is the worksheet that has the primary document.
See Also
CGXTabWndAdapter::InsertWorkSheet