Click or drag to resize
ExcelWorksheetDataGetColumnT Method (Int32, T)
Returns the content of the column cast to type or a default value 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 T GetColumn<T>(
	int ordinal,
	T emptyValue
)

Parameters

ordinal
Type: SystemInt32
emptyValue
Type: T

Type Parameters

T

Return Value

Type: T
See Also