| java.lang.Object | |
| ↳ | org.mule.module.google.spreadsheet.model.Row |
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| cells | All the initialized cells in the row | ||||||||||
| rowNumber | Defaults to zero | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Adds the cell.
| |||||||||||
Adds the cell at the index position.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Defaults to zero
Adds the cell. The cells row number is modified to match this row's row number
| cell | - the cell |
|---|
Adds the cell at the index position. The cells row number is modified to match this row's row number
| cell | - the cell |
|---|---|
| index | - the position of the cell in the list |
| obj |
|---|
| index |
|---|
| rowNumber |
|---|