JetRowExportedEventArgs Constructor
[This is preliminary documentation and subject to change.]
Builds an instance of the class from a JetTable object, the current row index and the total number of rows to export.
[Visual Basic]
Public Sub New( _
ByVal
JetTable As
JetTable, _
ByVal
Int32 As
Integer, _
ByVal
Int32 As
Integer _
)
Parameters
-
JetTable
-
JetTable object that is being exported.
-
Int32
- Index of the row currently being exported.
-
Int32
- Total number of rows to be exported.
See Also
JetRowExportedEventArgs Class | Primeworks.DataPortSync.Jet Namespace