ExcelWorksheetDataChar Method (String, Char) |
Returns the content of the cell at columnName 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)
Syntax public char Char(
string columnName,
char emptyValue
)
Public Function Char (
columnName As String,
emptyValue As Char
) As Char
public:
wchar_t Char(
String^ columnName,
wchar_t emptyValue
)
member Char :
columnName : string *
emptyValue : char -> char
Parameters
- columnName
- Type: SystemString
- emptyValue
- Type: SystemChar
Return Value
Type:
CharSee Also