public class WorkbookRange extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
address
The Address.
|
java.lang.String |
addressLocal
The Address Local.
|
java.lang.Integer |
cellCount
The Cell Count.
|
java.lang.Integer |
columnCount
The Column Count.
|
java.lang.Boolean |
columnHidden
The Column Hidden.
|
java.lang.Integer |
columnIndex
The Column Index.
|
WorkbookRangeFormat |
format
The Format.
|
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.Boolean |
hidden
The Hidden.
|
com.google.gson.JsonElement |
numberFormat
The Number Format.
|
java.lang.Integer |
rowCount
The Row Count.
|
java.lang.Boolean |
rowHidden
The Row Hidden.
|
java.lang.Integer |
rowIndex
The Row Index.
|
WorkbookRangeSort |
sort
The Sort.
|
com.google.gson.JsonElement |
text
The Text.
|
com.google.gson.JsonElement |
values
The Values.
|
com.google.gson.JsonElement |
valueTypes
The Value Types.
|
WorkbookWorksheet |
worksheet
The Worksheet.
|
| Constructor and Description |
|---|
WorkbookRange() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="address",
alternate="Address")
@Expose
@Nullable
public java.lang.String address
@SerializedName(value="addressLocal",
alternate="AddressLocal")
@Expose
@Nullable
public java.lang.String addressLocal
@SerializedName(value="cellCount",
alternate="CellCount")
@Expose
@Nullable
public java.lang.Integer cellCount
@SerializedName(value="columnCount",
alternate="ColumnCount")
@Expose
@Nullable
public java.lang.Integer columnCount
@SerializedName(value="columnHidden",
alternate="ColumnHidden")
@Expose
@Nullable
public java.lang.Boolean columnHidden
@SerializedName(value="columnIndex",
alternate="ColumnIndex")
@Expose
@Nullable
public java.lang.Integer columnIndex
@SerializedName(value="formulas",
alternate="Formulas")
@Expose
@Nullable
public com.google.gson.JsonElement formulas
@SerializedName(value="formulasLocal",
alternate="FormulasLocal")
@Expose
@Nullable
public com.google.gson.JsonElement formulasLocal
@SerializedName(value="formulasR1C1",
alternate="FormulasR1C1")
@Expose
@Nullable
public com.google.gson.JsonElement formulasR1C1
@SerializedName(value="hidden",
alternate="Hidden")
@Expose
@Nullable
public java.lang.Boolean hidden
@SerializedName(value="numberFormat",
alternate="NumberFormat")
@Expose
@Nullable
public com.google.gson.JsonElement numberFormat
@SerializedName(value="rowCount",
alternate="RowCount")
@Expose
@Nullable
public java.lang.Integer rowCount
@SerializedName(value="rowHidden",
alternate="RowHidden")
@Expose
@Nullable
public java.lang.Boolean rowHidden
@SerializedName(value="rowIndex",
alternate="RowIndex")
@Expose
@Nullable
public java.lang.Integer rowIndex
@SerializedName(value="text",
alternate="Text")
@Expose
@Nullable
public com.google.gson.JsonElement text
@SerializedName(value="values",
alternate="Values")
@Expose
@Nullable
public com.google.gson.JsonElement values
@SerializedName(value="valueTypes",
alternate="ValueTypes")
@Expose
@Nullable
public com.google.gson.JsonElement valueTypes
@SerializedName(value="format",
alternate="Format")
@Expose
@Nullable
public WorkbookRangeFormat format
@SerializedName(value="sort",
alternate="Sort")
@Expose
@Nullable
public WorkbookRangeSort sort
@SerializedName(value="worksheet",
alternate="Worksheet")
@Expose
@Nullable
public WorkbookWorksheet worksheet
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to