Searched refs:aUsedRange (Results 1 – 1 of 1) sorted by relevance
2327 ScRange aUsedRange( 0, 0, nScTab, nLastUsedScCol, nLastUsedScRow, nScTab ); in XclExpCellTable() local2328 GetAddressConverter().ValidateRange( aUsedRange, true ); in XclExpCellTable()2329 nLastUsedScCol = aUsedRange.aEnd.Col(); in XclExpCellTable()2330 nLastUsedScRow = aUsedRange.aEnd.Row(); in XclExpCellTable()
Completed in 28 milliseconds