'Declaration
Public Function GetTableRowCount( _ ByVal TableIdx As Integer _ ) As Integer
public int GetTableRowCount( int TableIdx )
public function GetTableRowCount( TableIdx: Integer ): Integer;
public function GetTableRowCount( TableIdx : int ) : int;
public: int GetTableRowCount( int TableIdx )
public: int GetTableRowCount( int TableIdx )
Parameters
- TableIdx
- The 0-based index of the detected table within the last extraction process. It must be a value between 0 and GetTableCount() - 1.
Return Value
The number of rows.