• Модуль: support
  • Путь к файлу: ~/bitrix/modules/support/classes/general/tablefields.php
  • Класс: CSupportTableFields
  • Вызов: CSupportTableFields::Row
public function Row($row)
{
	$r = intval($row);
	if((count($this->table) - 1) < $r) return false;
	$this->_currentRow = $r;
	return true;
}