Click or drag to resize
SpreadsheetFieldValueValuePrefix Property
Gets or sets the prefix for value columns - defaults to 'Value'.

Namespace: Test.Framework
Assembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string ValuePrefix { get; set; }

Property Value

Type: String
Remarks
The class searches across all columns whose name starts with this prefix for values associated with a field.
See Also