Click or drag to resize
ExcelWorksheetDataGetNullableColumnT Method (String)
Returns the content of the column cast to a nullable of the type or null if the column has no value.

Namespace: Test.Framework
Assembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Nullable<T> GetNullableColumn<T>(
	string columnName
)
where T : struct, new()

Parameters

columnName
Type: SystemString

Type Parameters

T

Return Value

Type: NullableT
See Also