SpreadsheetFieldValueValuePrefix Property |
Gets or sets the prefix for value columns - defaults to 'Value'.
Namespace: Test.FrameworkAssembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string ValuePrefix { get; set; }
Public Property ValuePrefix As String
Get
Set
public:
property String^ ValuePrefix {
String^ get ();
void set (String^ value);
}
member ValuePrefix : string with get, set
Property Value
Type:
StringRemarks
The class searches across all columns whose name starts with this prefix for values associated with a field.
See Also