Reads a integer from the underlying stream.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Nullable<Int32> ReadInt () |
Visual Basic
Copy Code
|
|---|
Public Function ReadInt () As Nullable(Of Int32) |
An integer value or null (Nothing in Visual Basic).
See Also