Click or drag to resize
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.Framework
Assembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string EString(
	string columnName
)

Parameters

columnName
Type: SystemString

Return Value

Type: String
See Also