public static interface Cell.Builder extends SdkPojo, CopyableBuilder<Cell.Builder,Cell>
| Modifier and Type | Method and Description |
|---|---|
Cell.Builder |
cellReference(String cellReference)
For a Microsoft Excel workbook, provides the location of the cell, as an absolute cell reference, that
contains the data.
|
Cell.Builder |
column(Long column)
The column number of the column that contains the data.
|
Cell.Builder |
columnName(String columnName)
The name of the column that contains the data.
|
Cell.Builder |
row(Long row)
The row number of the row that contains the data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCell.Builder column(Long column)
The column number of the column that contains the data. For a Microsoft Excel workbook, the column number corresponds to the alphabetical column identifiers. For example, a value of 1 for Column corresponds to the A column in the workbook.
column - The column number of the column that contains the data. For a Microsoft Excel workbook, the column
number corresponds to the alphabetical column identifiers. For example, a value of 1 for Column
corresponds to the A column in the workbook.Cell.Builder row(Long row)
The row number of the row that contains the data.
row - The row number of the row that contains the data.Cell.Builder columnName(String columnName)
The name of the column that contains the data.
columnName - The name of the column that contains the data.Cell.Builder cellReference(String cellReference)
For a Microsoft Excel workbook, provides the location of the cell, as an absolute cell reference, that contains the data. For example, Sheet2!C5 for cell C5 on Sheet2.
cellReference - For a Microsoft Excel workbook, provides the location of the cell, as an absolute cell reference, that
contains the data. For example, Sheet2!C5 for cell C5 on Sheet2.Copyright © 2023. All rights reserved.