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.FrameworkAssembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string EString(
int ordinal
)
Public Function EString (
ordinal As Integer
) As String
public:
String^ EString(
int ordinal
)
member EString :
ordinal : int -> string
Parameters
- ordinal
- Type: SystemInt32
Return Value
Type:
StringSee Also