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.FrameworkAssembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public T GetColumn<T>(
int ordinal,
T emptyValue
)
Public Function GetColumn(Of T) (
ordinal As Integer,
emptyValue As T
) As T
public:
generic<typename T>
T GetColumn(
int ordinal,
T emptyValue
)
member GetColumn :
ordinal : int *
emptyValue : 'T -> 'T
Parameters
- ordinal
- Type: SystemInt32
- emptyValue
- Type: T
Type Parameters
- T
Return Value
Type:
TSee Also