Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
GridData |
GridData.clone() |
GridData |
GridData.set(String fieldName,
Object value) |
GridData |
GridData.setColumnMetadata(List<DimensionProperties> columnMetadata)
Metadata about the requested columns in the grid, starting with the column in start_column.
|
GridData |
GridData.setRowData(List<RowData> rowData)
The data in the grid, one entry per row, starting with the row in startRow.
|
GridData |
GridData.setRowMetadata(List<DimensionProperties> rowMetadata)
Metadata about the requested rows in the grid, starting with the row in start_row.
|
GridData |
GridData.setStartColumn(Integer startColumn)
The first column this GridData refers to, zero-based.
|
GridData |
GridData.setStartRow(Integer startRow)
The first row this GridData refers to, zero-based.
|
Modifier and Type | Method and Description |
---|---|
List<GridData> |
Sheet.getData()
Data in the grid, if this is a grid sheet.
|
Modifier and Type | Method and Description |
---|---|
Sheet |
Sheet.setData(List<GridData> data)
Data in the grid, if this is a grid sheet.
|
Copyright © 2011–2024 Google. All rights reserved.