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(java.lang.String fieldName,
java.lang.Object value) |
SourceAndDestination |
SourceAndDestination.setDimension(java.lang.String dimension)
The dimension that data should be filled into.
|
SourceAndDestination |
SourceAndDestination.setFillLength(java.lang.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.
|