Modifier and Type | Field and Description |
---|---|
static TableCellBorders |
TableCellBorders.EMPTY
Gets an empty instance.
|
Modifier and Type | Method and Description |
---|---|
TableCellBorders |
TableCell.getBorders()
Gets borders of the cell.
|
Constructor and Description |
---|
TableCell(int rowIndex,
int columnIndex,
String text,
TableCellBorders borders)
Initializes a new instance of the
TableCell class. |
TableCell(int rowIndex,
int columnIndex,
String text,
TableCellBorders borders,
int rowSpan,
int columnSpan)
Initializes a new instance of the
TableCell class. |
TableCell(int rowIndex,
int columnIndex,
String text,
TableCellBorders borders,
int rowSpan,
int columnSpan,
int sheetIndex)
Initializes a new instance of the
TableCell class. |
Copyright © 2019. All rights reserved.