Click or drag to resize
ExcelWorksheetDataArrayT Method
Returns the content of the cell at columnName cast to an array.

Namespace: Test.Framework
Assembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public T[] Array<T>(
	string columnName,
	char separator = ','
)

Parameters

columnName
Type: SystemString
separator (Optional)
Type: SystemChar

Type Parameters

T

Return Value

Type: T
See Also