GridWorksheetCollection.Insert

GridWorksheetCollection.Insert method

Insert a worksheet.

public GridWorksheet Insert(int index, string sheetName)
ParameterTypeDescription
indexInt32The sheet index
sheetNameStringThe sheet name.

Return Value

Returns an inserted worksheet.

See Also