Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
SourceAndDestination |
SourceAndDestination.clone() |
SourceAndDestination |
AutoFillRequest.getSourceAndDestination()
The source and destination areas to autofill.
|
SourceAndDestination |
SourceAndDestination.set(String fieldName,
Object value) |
SourceAndDestination |
SourceAndDestination.setDimension(String dimension)
The dimension that data should be filled into.
|
SourceAndDestination |
SourceAndDestination.setFillLength(Integer fillLength)
The number of rows or columns that data should be filled into.
|
SourceAndDestination |
SourceAndDestination.setSource(GridRange source)
The location of the data to use as the source of the autofill.
|
Modifier and Type | Method and Description |
---|---|
AutoFillRequest |
AutoFillRequest.setSourceAndDestination(SourceAndDestination sourceAndDestination)
The source and destination areas to autofill.
|
Copyright © 2011–2024 Google. All rights reserved.