Click or drag to resize
ExcelWorksheetData Constructor
Creates a new object.

Namespace: Test.Framework
Assembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ExcelWorksheetData(
	TestContext testContext
)

Parameters

testContext
Type: TestContext
Remarks
Use this to expose one row at a time in a normal data-driven test.
See Also