ExcelWorksheetDataString Method (String, String) |
Returns the string content of the cell at columnName. If the cell is empty then 'emptyValue' is returned.
Namespace: Test.FrameworkAssembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string String(
string columnName,
string emptyValue
)
Public Function String (
columnName As String,
emptyValue As String
) As String
public:
String^ String(
String^ columnName,
String^ emptyValue
)
member String :
columnName : string *
emptyValue : string -> string
Parameters
- columnName
- Type: SystemString
- emptyValue
- Type: SystemString
Return Value
Type:
StringSee Also