[]
Gets the style used to render a cell.
public CellStyle GetCellStyleDisplay(int row, int col)
| Type | Name | Description |
|---|---|---|
| int | row | Row index. |
| int | col | Column index |
| Type | Description |
|---|---|
| CellStyle | CellStyle object used to display the cell. |