ExcelWorksheetDataInt Method (String, Int32) |
Returns the content of the cell at columnName cast to an int. If the cell is empty then 'emptyValue' is returned.
Namespace: Test.FrameworkAssembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int Int(
string columnName,
int emptyValue
)
Public Function Int (
columnName As String,
emptyValue As Integer
) As Integer
public:
int Int(
String^ columnName,
int emptyValue
)
member Int :
columnName : string *
emptyValue : int -> int
Parameters
- columnName
- Type: SystemString
- emptyValue
- Type: SystemInt32
Return Value
Type:
Int32See Also