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.Framework.ExcelWorksheetData
maxFields
Type: System.Int32
fieldPrefix (Optional)
Type: System.String
valuePrefix (Optional)
Type: System.String
See Also