public class WorkbookRangeView extends Entity implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
com.google.gson.JsonElement |
cellAddresses
The Cell Addresses.
|
java.lang.Integer |
columnCount
The Column Count.
|
com.google.gson.JsonElement |
formulas
The Formulas.
|
com.google.gson.JsonElement |
formulasLocal
The Formulas Local.
|
com.google.gson.JsonElement |
formulasR1C1
The Formulas R1C1.
|
java.lang.Integer |
index
The Index.
|
com.google.gson.JsonElement |
numberFormat
The Number Format.
|
java.lang.Integer |
rowCount
The Row Count.
|
WorkbookRangeViewCollectionPage |
rows
The Rows.
|
com.google.gson.JsonElement |
text
The Text.
|
com.google.gson.JsonElement |
values
The Values.
|
com.google.gson.JsonElement |
valueTypes
The Value Types.
|
| Constructor and Description |
|---|
WorkbookRangeView() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="cellAddresses",
alternate="CellAddresses")
@Expose
public com.google.gson.JsonElement cellAddresses
@SerializedName(value="columnCount",
alternate="ColumnCount")
@Expose
public java.lang.Integer columnCount
@SerializedName(value="formulas",
alternate="Formulas")
@Expose
public com.google.gson.JsonElement formulas
@SerializedName(value="formulasLocal",
alternate="FormulasLocal")
@Expose
public com.google.gson.JsonElement formulasLocal
@SerializedName(value="formulasR1C1",
alternate="FormulasR1C1")
@Expose
public com.google.gson.JsonElement formulasR1C1
@SerializedName(value="index",
alternate="Index")
@Expose
public java.lang.Integer index
@SerializedName(value="numberFormat",
alternate="NumberFormat")
@Expose
public com.google.gson.JsonElement numberFormat
@SerializedName(value="rowCount",
alternate="RowCount")
@Expose
public java.lang.Integer rowCount
@SerializedName(value="text",
alternate="Text")
@Expose
public com.google.gson.JsonElement text
@SerializedName(value="values",
alternate="Values")
@Expose
public com.google.gson.JsonElement values
@SerializedName(value="valueTypes",
alternate="ValueTypes")
@Expose
public com.google.gson.JsonElement valueTypes
@SerializedName(value="rows",
alternate="Rows")
@Expose
public WorkbookRangeViewCollectionPage rows
public com.google.gson.JsonObject getRawObject()
getRawObject in class Entityprotected ISerializer getSerializer()
getSerializer in class Entitypublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to