Цитата:
Сообщение от
Gustav
X++:
ComExcelDocument_RU doc;
COM temp;
temp = doc.getWorkSheet(1);
temp = temp.Cells();
temp = temp.SpecialCells(11); // 11 = xlCellTypeLastCell
info(strFmt('Последняя используемая строка: %1', temp.Row()));
Большое спасибо.
буду пробовать, пока не получается