Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
GridCoordinate |
GridCoordinate.clone() |
GridCoordinate |
OverlayPosition.getAnchorCell()
The cell the object is anchored to.
|
GridCoordinate |
PasteDataRequest.getCoordinate()
The coordinate at which the data should start being inserted.
|
GridCoordinate |
DataSourceObjectReference.getDataSourceFormulaCell()
References to a cell containing DataSourceFormula.
|
GridCoordinate |
DataSourceObjectReference.getDataSourcePivotTableAnchorCell()
References to a data source PivotTable anchored at the cell.
|
GridCoordinate |
DataSourceObjectReference.getDataSourceTableAnchorCell()
References to a DataSourceTable anchored at the cell.
|
GridCoordinate |
CutPasteRequest.getDestination()
The top-left coordinate where the data should be pasted.
|
GridCoordinate |
UpdateCellsRequest.getStart()
The coordinate to start writing data at.
|
GridCoordinate |
GridCoordinate.set(String fieldName,
Object value) |
GridCoordinate |
GridCoordinate.setColumnIndex(Integer columnIndex)
The column index of the coordinate.
|
GridCoordinate |
GridCoordinate.setRowIndex(Integer rowIndex)
The row index of the coordinate.
|
GridCoordinate |
GridCoordinate.setSheetId(Integer sheetId)
The sheet this coordinate is on.
|
Modifier and Type | Method and Description |
---|---|
OverlayPosition |
OverlayPosition.setAnchorCell(GridCoordinate anchorCell)
The cell the object is anchored to.
|
PasteDataRequest |
PasteDataRequest.setCoordinate(GridCoordinate coordinate)
The coordinate at which the data should start being inserted.
|
DataSourceObjectReference |
DataSourceObjectReference.setDataSourceFormulaCell(GridCoordinate dataSourceFormulaCell)
References to a cell containing DataSourceFormula.
|
DataSourceObjectReference |
DataSourceObjectReference.setDataSourcePivotTableAnchorCell(GridCoordinate dataSourcePivotTableAnchorCell)
References to a data source PivotTable anchored at the cell.
|
DataSourceObjectReference |
DataSourceObjectReference.setDataSourceTableAnchorCell(GridCoordinate dataSourceTableAnchorCell)
References to a DataSourceTable anchored at the cell.
|
CutPasteRequest |
CutPasteRequest.setDestination(GridCoordinate destination)
The top-left coordinate where the data should be pasted.
|
UpdateCellsRequest |
UpdateCellsRequest.setStart(GridCoordinate start)
The coordinate to start writing data at.
|
Copyright © 2011–2024 Google. All rights reserved.