Link Search Menu Expand Document

WorksheetsInsert Method

Inserts the specified index.

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public 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.Worksheets.Insert(System.Int32,System.String)"]

Implements

IWorksheetsInsert(Int32, String)
See Also

Reference