| Package | Description |
|---|---|
| com.google.gdata.data.spreadsheet |
| Modifier and Type | Method and Description |
|---|---|
static Cell |
Cell.createFullCell(int inRow,
int inCol,
String inInputValue,
Number inCalculatedValue,
String inValue)
Creates a cell for the server library; it is not appropriate for
client side use (the server may reject these cells).
|
Cell |
CellEntry.getCell()
Yields the <gd:cell> element that makes up this Cell Entry.
|
Cell |
Cell.withNewInputValue(String newInputValue)
Creates a new cell with a new input value, for the purpose of updating.
|
| Constructor and Description |
|---|
CellEntry(Cell cell)
Constructs a CellEntry with a new cell.
|
Copyright © 2012. All Rights Reserved.