Click or drag to resize
SpreadsheetFieldValueFieldPrefix Property
Gets or sets the prefix for field name columns - defaults to 'Field'.

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

Property Value

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