| Package | Description |
|---|---|
| com.github.jferard.fastods.ref |
| Modifier and Type | Method and Description |
|---|---|
RangeRefBuilder |
RangeRefBuilder.absTable(String tableName)
Set the table name
|
RangeRefBuilder |
RangeRefBuilder.absTable(Table table)
Set the table
|
RangeRefBuilder |
RangeRefBuilder.file(File file)
Set the file
|
RangeRefBuilder |
RangeRefBuilder.file(String fileName)
Set the file name
|
RangeRefBuilder |
RangeRefBuilder.fromAbsColumn(int c)
Set the column absolute
|
RangeRefBuilder |
RangeRefBuilder.fromAbsRow(int r)
Set the r absolute
|
RangeRefBuilder |
RangeRefBuilder.fromColumn(int c)
Set the column
|
RangeRefBuilder |
RangeRefBuilder.fromRow(int r)
Set the r
|
RangeRefBuilder |
RangeRefBuilder.table(String tableName)
Set the table name
|
RangeRefBuilder |
RangeRefBuilder.table(Table table)
Set the table name
|
RangeRefBuilder |
RangeRefBuilder.toAbsColumn(int c)
Set the column absolute
|
RangeRefBuilder |
RangeRefBuilder.toAbsRow(int r)
Set the r absolute
|
RangeRefBuilder |
RangeRefBuilder.toColumn(int c)
Set the column
|
RangeRefBuilder |
RangeRefBuilder.toRow(int r)
Set the r
|
Copyright © 2016–2021. All rights reserved.