Worksheet Constructor Bytescout Spreadsheet SDK
Initializes a new instance of the Worksheet class.

Namespace:  Bytescout.Spreadsheet
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-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