Searched refs:nLastVisRow (Results 1 – 1 of 1) sorted by relevance
1278 long nLastVisRow = GetTopRow() + nMaxRows - 1; in GetAutoColumnWidth() local1280 if (GetTopRow() <= nLastVisRow) // calc the column with using the cell contents in GetAutoColumnWidth()1282 for (long i = GetTopRow(); i <= nLastVisRow; ++i) in GetAutoColumnWidth()
Completed in 22 milliseconds