Overview

Packages

  • JAMA
  • None
  • PHP
  • PHPExcel
    • CachedObjectStorage
    • Calculation
    • Cell
    • Chart
      • Renderer
    • Reader
      • Excel2007
      • Excel5
    • RichText
    • Settings
    • Shared
      • Escher
      • OLE
      • Trend
      • ZipArchive
    • Style
    • Worksheet
      • Drawing
    • Writer
      • 2007
      • CSV
      • Excel2007
      • Excel5
      • HTML
      • PDF

Classes

  • PHPExcel_Worksheet
  • PHPExcel_Worksheet_AutoFilter
  • PHPExcel_Worksheet_AutoFilter_Column
  • PHPExcel_Worksheet_AutoFilter_Column_Rule
  • PHPExcel_Worksheet_BaseDrawing
  • PHPExcel_Worksheet_CellIterator
  • PHPExcel_Worksheet_ColumnDimension
  • PHPExcel_Worksheet_HeaderFooter
  • PHPExcel_Worksheet_HeaderFooterDrawing
  • PHPExcel_Worksheet_MemoryDrawing
  • PHPExcel_Worksheet_PageMargins
  • PHPExcel_Worksheet_PageSetup
  • PHPExcel_Worksheet_Protection
  • PHPExcel_Worksheet_Row
  • PHPExcel_Worksheet_RowDimension
  • PHPExcel_Worksheet_RowIterator
  • PHPExcel_Worksheet_SheetView
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class PHPExcel_Worksheet_RowIterator

PHPExcel_Worksheet_RowIterator

Used to iterate rows in a PHPExcel_Worksheet

PHPExcel_Worksheet_RowIterator implements Iterator
Package: PHPExcel\Worksheet
Category: PHPExcel
Copyright: Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
License: LGPL
Located at controlador/include/phpexcel/PHPExcel/Worksheet/RowIterator.php
Methods summary
public
# __construct( PHPExcel_Worksheet $subject = null, integer $startRow = 1 )

Create a new row iterator

Create a new row iterator

Parameters

$subject
The worksheet to iterate over
$startRow
The row number at which to start iterating
public
# __destruct( )

Destructor

Destructor

public
# resetStart( integer $startRow = 1 )

(Re)Set the start row and the current row pointer

(Re)Set the start row and the current row pointer

Parameters

$startRow
The row number at which to start iterating
public
# seek( integer $row = 1 )

Set the row pointer to the selected row

Set the row pointer to the selected row

Parameters

$row
The row number to set the current pointer at
public
# rewind( )

Rewind the iterator to the starting row

Rewind the iterator to the starting row

Implementation of

Iterator::rewind()
public PHPExcel_Worksheet_Row
# current( )

Return the current row in this worksheet

Return the current row in this worksheet

Returns

PHPExcel_Worksheet_Row

Implementation of

Iterator::current()
public integer
# key( )

Return the current iterator key

Return the current iterator key

Returns

integer

Implementation of

Iterator::key()
public
# next( )

Set the iterator to its next value

Set the iterator to its next value

Implementation of

Iterator::next()
public
# prev( )

Set the iterator to its previous value

Set the iterator to its previous value

public boolean
# valid( )

Indicate if more rows exist in the worksheet

Indicate if more rows exist in the worksheet

Returns

boolean

Implementation of

Iterator::valid()
Properties summary
private PHPExcel_Worksheet $_subject

PHPExcel_Worksheet to iterate

PHPExcel_Worksheet to iterate

#
private integer $_position

Current iterator position

Current iterator position

# 1
private integer $_startRow

Start position

Start position

# 1
Autene API documentation generated by ApiGen