| Package | Description |
|---|---|
| com.google.gdata.data.spreadsheet |
| Modifier and Type | Method and Description |
|---|---|
Data.InsertionMode |
Data.getInsertionMode()
Returns the insertion mode.
|
static Data.InsertionMode |
Data.InsertionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Data.InsertionMode[] |
Data.InsertionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Data.setInsertionMode(Data.InsertionMode insertionMode)
Sets the insertion mode.
|
| Constructor and Description |
|---|
Data(Data.InsertionMode insertionMode,
Integer numberOfRows,
Integer startIndex)
Immutable constructor.
|
Copyright © 2012. All Rights Reserved.