Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
InsertRangeRequest |
InsertRangeRequest.clone() |
InsertRangeRequest |
Request.getInsertRange()
Inserts new cells in a sheet, shifting the existing cells.
|
InsertRangeRequest |
InsertRangeRequest.set(String fieldName,
Object value) |
InsertRangeRequest |
InsertRangeRequest.setRange(GridRange range)
The range to insert new cells into.
|
InsertRangeRequest |
InsertRangeRequest.setShiftDimension(String shiftDimension)
The dimension which will be shifted when inserting cells.
|
Modifier and Type | Method and Description |
---|---|
Request |
Request.setInsertRange(InsertRangeRequest insertRange)
Inserts new cells in a sheet, shifting the existing cells.
|
Copyright © 2011–2024 Google. All rights reserved.