Click or drag to resize
ExcelWorksheetDataGetColumnT Method (String, 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>(
	string columnName,
	T emptyValue
)

Parameters

columnName
Type: SystemString
emptyValue
Type: T

Type Parameters

T

Return Value

Type: T
See Also