WorksheetCollection.Add

Add()

Adds a worksheet to the collection.

public int Add()

Return Value

Worksheet object index.

See Also


Add(string)

Adds a worksheet to the collection.

public Worksheet Add(string sheetName)
ParameterTypeDescription
sheetNameStringWorksheet name

Return Value

Worksheet object.

See Also