Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
MoveDimensionRequest |
MoveDimensionRequest.clone() |
MoveDimensionRequest |
Request.getMoveDimension()
Moves rows or columns to another location in a sheet.
|
MoveDimensionRequest |
MoveDimensionRequest.set(String fieldName,
Object value) |
MoveDimensionRequest |
MoveDimensionRequest.setDestinationIndex(Integer destinationIndex)
The zero-based start index of where to move the source data to, based on the coordinates
*before* the source data is removed from the grid.
|
MoveDimensionRequest |
MoveDimensionRequest.setSource(DimensionRange source)
The source dimensions to move.
|
Modifier and Type | Method and Description |
---|---|
Request |
Request.setMoveDimension(MoveDimensionRequest moveDimension)
Moves rows or columns to another location in a sheet.
|
Copyright © 2011–2024 Google. All rights reserved.