Constructor
new Row(np)
Creates a row
Parameters:
Name | Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
np |
Object |
named parameter Properties
|
Properties:
Name | Type | Description |
---|---|---|
headers |
Array.<String> |
the first row of the |
values |
Array.<Any> |
the raw row as an array, as it appears in the spreadsheet |
idx |
Number |
the row number, 1 indexed |
- Source: