Documentación de HotXLS

Propiedad ScrollRow

Devuelve la primera fila visible. Lectura/escritura Integer

Sintaxis

property ScrollRow: Integer;

Ejemplo


with Workbook.Sheets[1] do
begin
  Activate;
  ScrollRow := 25;
  ScrollColumn := 1;
end;

Véase también