[]
Specifies whether a style should display the cell text, image, both, or none.
public enum DisplayEnum
| Name | Description |
|---|---|
| ImageOnly | Display image only (no text). |
| None | Nothing (cell stays blank). |
| Overlay | Display the text over the image. |
| Stack | Display the text next to the image. |
| TextOnly | Display text only (no image). |