WebWorksheets.Insert

WebWorksheets.Insert method

Inserts a sheet to the index.

public void Insert(int index, string sheetName)
ParameterTypeDescription
indexInt32The index.
sheetNameStringthe sheet name.

See Also