Click or drag to resize
NanoXLSX

WorkbookReaderWorksheetDefinition Constructor

Default constructor with parameters

Namespace: NanoXLSX.LowLevel
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.3+98f265239ae8df4639650ecd7029244cc5e52dfc
Syntax
C#
public WorksheetDefinition(
	int id,
	string name,
	string relId
)

Parameters

id  Int32
Internal ID
name  String
Worksheet name
relId  String

[Missing <param name="relId"/> documentation for "M:NanoXLSX.LowLevel.WorkbookReader.WorksheetDefinition.#ctor(System.Int32,System.String,System.String)"]

See Also