Click or drag to resize
ExcelWorksheetData.Array<T> 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: System.String
separator (Optional)
Type: System.Char

Type Parameters

T

Return Value

Type:T[]
See Also