ExcelWorksheetDataEString Method (String) |
Returns the content of the cell at columnName as a string. If the cell content is "" then String.Empty is returned. If the cell is empty then null is returned.
Namespace: Test.FrameworkAssembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string EString(
string columnName
)
Public Function EString (
columnName As String
) As String
public:
String^ EString(
String^ columnName
)
member EString :
columnName : string -> string
Parameters
- columnName
- Type: SystemString
Return Value
Type:
StringSee Also