Searched refs:nDestLastRow (Results 1 – 1 of 1) sorted by relevance
791 SCROW nThisLastRow, nDestLastRow; in CopyToTable() local793 bool bDestHidden = pDestTab->RowHidden(i, NULL, &nDestLastRow); in CopyToTable()796 SCROW nLastRow = ::std::min(nThisLastRow, nDestLastRow); in CopyToTable()
Completed in 47 milliseconds