ExcelWorksheetDataNInt Method (String) |
Returns the content of the cell at columnName cast to a nullable int.
Namespace: Test.FrameworkAssembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<int> NInt(
string columnName
)
Public Function NInt (
columnName As String
) As Nullable(Of Integer)
public:
Nullable<int> NInt(
String^ columnName
)
member NInt :
columnName : string -> Nullable<int>
Parameters
- columnName
- Type: SystemString
Return Value
Type:
NullableInt32See Also