Link Search Menu Expand Document

Worksheet Constructor

Initializes a new instance of the Worksheet class.

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public Worksheet(
	string sheetname,
	Workbook Workbook
)

Parameters

sheetname
Type: SystemString
The name of worksheet.
Workbook
Type: Bytescout.SpreadsheetWorkbook
Parent workbook of the worksheet.
See Also

Reference