Data Port Sync 1.0.500

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 _
)
[C#]
public JetRowExportedEventArgs(
   JetTable table,
   Int32 nRowIndex,
   Int32 nRowCount
);

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