Searched refs:nMaxScRow (Results 1 – 1 of 1) sorted by relevance
2320 SCROW nMaxScRow = GetMaxPos().Row(); in XclExpCellTable() local2355 nMaxScRow = nLastUsedScRow; in XclExpCellTable()2356 maColInfoBfr.Initialize( nMaxScRow ); in XclExpCellTable()2360 SCROW nLastIterScRow = ulimit_cast< SCROW >( nLastUsedScRow + 128, nMaxScRow ); in XclExpCellTable()2369 if (nLastIterScRow > nMaxScRow) in XclExpCellTable()2370 nLastIterScRow = nMaxScRow; in XclExpCellTable()
Completed in 20 milliseconds