Skip to content

Commit

Permalink
Fix getRowOffset()
Browse files Browse the repository at this point in the history
  • Loading branch information
yidas committed Apr 25, 2018
1 parent c003ea8 commit 2ac5b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/phpSpreadsheet/Helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ public static function setRowOffset($var=0)
*/
public static function getRowOffset()
{
return self::$_offsetCol;
return self::$_offsetRow;
}

/**
Expand Down

0 comments on commit 2ac5b1e

Please sign in to comment.