[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorksheet.UnsplitPanes

UnsplitPanes Method

UnsplitPanes()

Removes pane splits from the worksheet.

This method clears the current split pane layout and restores the worksheet to a single-pane view. The implementation forwards to SplitPanes(int, int) with both arguments set to 0.

Declaration
void UnsplitPanes()
Sub UnsplitPanes()
Examples
worksheet.SplitPanes(2, 2);
worksheet.UnsplitPanes();
IPanes panes = worksheet.Panes;