Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
Updated comment that getRows is 1-based not 0-based
  • Loading branch information
hankolsen authored Jun 3, 2018
1 parent 699bb40 commit 230db4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@ export interface Worksheet {
addRows(rows: any[]): void;

/**
* Get or create row by 0-based index
* Get or create row by 1-based index
*/
getRow(index: number): Row;

Expand Down

0 comments on commit 230db4e

Please sign in to comment.