GemBox.Spreadsheet

ExcelWorksheet.InsertEmpty Method 

Inserts an empty worksheet before the current worksheet.

public ExcelWorksheet InsertEmpty(
   string worksheetName
);

Parameters

worksheetName
Worksheet name.

Return Value

Newly created worksheet.

See Also

ExcelWorksheet Class | GemBox.Spreadsheet Namespace