IUniversalCellType Interface Members
In This Topic
The following tables list the members exposed by IUniversalCellType.
Public Properties
| Name | Description |
| SupportDisplayFormulas | Gets a boolean value indicating whether the renderer support displaying formulas. |
Top
Public Methods
| Name | Description |
| GetEditorRectangle | Get cell editor rectangle in edit mode. |
| GetPreferredSize | Paints the cell, when not in edit mode, to the specified graphics interface with the specified settings. |
| PaintBackground | Paints the background of cell. |
| PaintContent | Paints the cell, when not in edit mode, to the specified graphics interface with the specified settings. |
Top
See Also