Methods in bad.robot.excel.row that return RowBuilder |
static RowBuilder |
DefaultRowBuilder.aRow()
|
RowBuilder |
RowBuilder.withBlank(ColumnIndex index)
|
RowBuilder |
NullSkippingRowBuilder.withBlank(ColumnIndex index)
|
RowBuilder |
DefaultStyledRowBuilder.withBlank(ColumnIndex index)
|
RowBuilder |
DefaultRowBuilder.withBlank(ColumnIndex index)
|
RowBuilder |
RowBuilder.withDate(ColumnIndex index,
Date date)
|
RowBuilder |
DefaultStyledRowBuilder.withDate(ColumnIndex index,
Date date)
|
RowBuilder |
DefaultRowBuilder.withDate(ColumnIndex index,
Date date)
|
RowBuilder |
RowBuilder.withDouble(ColumnIndex index,
Double value)
|
RowBuilder |
DefaultStyledRowBuilder.withDouble(ColumnIndex index,
Double value)
|
RowBuilder |
DefaultRowBuilder.withDouble(ColumnIndex index,
Double value)
|
RowBuilder |
RowBuilder.withFormula(ColumnIndex index,
String formula)
|
RowBuilder |
NullSkippingRowBuilder.withFormula(ColumnIndex index,
String formula)
|
RowBuilder |
DefaultStyledRowBuilder.withFormula(ColumnIndex index,
String formula)
|
RowBuilder |
DefaultRowBuilder.withFormula(ColumnIndex index,
String formula)
|
RowBuilder |
RowBuilder.withInteger(ColumnIndex index,
Integer value)
|
RowBuilder |
DefaultStyledRowBuilder.withInteger(ColumnIndex index,
Integer value)
|
RowBuilder |
DefaultRowBuilder.withInteger(ColumnIndex index,
Integer value)
|
RowBuilder |
RowBuilder.withString(ColumnIndex index,
String text)
|
RowBuilder |
DefaultStyledRowBuilder.withString(ColumnIndex index,
String text)
|
RowBuilder |
DefaultRowBuilder.withString(ColumnIndex index,
String text)
|