Click or drag to resize
ExcelWorksheetDataChar Method (Int32, Char)
Returns the content of the nth cell cast to a char. If the cell is empty then 'emptyValue' is returned.

Namespace: Test.Framework
Assembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public char Char(
	int ordinal,
	char emptyValue
)

Parameters

ordinal
Type: SystemInt32
emptyValue
Type: SystemChar

Return Value

Type: Char
See Also