Link Search Menu Expand Document

IWorksheetsInsert Method

Inserts the specified index.

Namespace:Bytescout.Spreadsheet.COM
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
Worksheet Insert(
	int Index,
	string Name
)

Parameters

Index
Type: SystemInt32
The zero-based index at which worksheet should be inserted.
Name
Type: SystemString
The name of worksheet.

Return Value

Type: Worksheet

[Missing <returns> documentation for "M:Bytescout.Spreadsheet.COM.IWorksheets.Insert(System.Int32,System.String)"]

See Also

Reference