Click or drag to resize
ExcelWorksheetDataEString Method (Int32)
Returns the content of the nth cell 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(
	int ordinal
)

Parameters

ordinal
Type: SystemInt32

Return Value

Type: String
See Also