ExcelWorksheetDataDouble Method (String) |
Returns the content of the cell at columnName cast to a double.
Namespace: Test.FrameworkAssembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public double Double(
string columnName
)
Public Function Double (
columnName As String
) As Double
public:
double Double(
String^ columnName
)
member Double :
columnName : string -> float
Parameters
- columnName
- Type: SystemString
Return Value
Type:
DoubleSee Also