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