public class ErrorCell extends StyledCell
| Constructor and Description |
|---|
ErrorCell(Byte text) |
ErrorCell(Byte text,
Style style) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTo(org.apache.poi.ss.usermodel.Row row,
ColumnIndex column,
org.apache.poi.ss.usermodel.Workbook workbook) |
String |
toString() |
void |
update(org.apache.poi.ss.usermodel.Cell cell,
org.apache.poi.ss.usermodel.Workbook workbook) |
equals, getStylepublic ErrorCell(Byte text)
public void addTo(org.apache.poi.ss.usermodel.Row row,
ColumnIndex column,
org.apache.poi.ss.usermodel.Workbook workbook)
public void update(org.apache.poi.ss.usermodel.Cell cell,
org.apache.poi.ss.usermodel.Workbook workbook)
Copyright © 2018. All Rights Reserved.