ExcelWorksheetDataNChar Method (Int32) |
Returns the content of the nth cell cast to a nullable char.
Namespace: Test.FrameworkAssembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<char> NChar(
int ordinal
)
Public Function NChar (
ordinal As Integer
) As Nullable(Of Char)
public:
Nullable<wchar_t> NChar(
int ordinal
)
member NChar :
ordinal : int -> Nullable<char>
Parameters
- ordinal
- Type: SystemInt32
Return Value
Type:
NullableCharSee Also