Click or drag to resize
SpreadsheetFieldValue 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 SpreadsheetFieldValue(
	ExcelWorksheetData worksheet,
	int maxFields,
	string fieldPrefix = "Field",
	string valuePrefix = "Value"
)

Parameters

worksheet
Type: Test.FrameworkExcelWorksheetData
maxFields
Type: SystemInt32
fieldPrefix (Optional)
Type: SystemString
valuePrefix (Optional)
Type: SystemString
See Also