| 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.FrameworkAssembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic char Char(
	int ordinal,
	char emptyValue
)
Public Function Char ( 
	ordinal As Integer,
	emptyValue As Char
) As Char
public:
wchar_t Char(
	int ordinal, 
	wchar_t emptyValue
)
member Char : 
        ordinal : int * 
        emptyValue : char -> char 
Parameters
- ordinal
 - Type: SystemInt32
 - emptyValue
 - Type: SystemChar
 
Return Value
Type: 
Char
See Also