SpreadsheetFieldValueGetEString Method |
Returns the value for the field passed across or null if the field could not be found.
Namespace: Test.FrameworkAssembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string GetEString(
string fieldName
)
Public Function GetEString (
fieldName As String
) As String
public:
String^ GetEString(
String^ fieldName
)
member GetEString :
fieldName : string -> string
Parameters
- fieldName
- Type: SystemString
Return Value
Type:
StringSee Also